company logo

Default actions

Default actions are provided depending on the control type. Default actions might be referenced from within an application, but might also be overloaded in specific application context.

Default actions are listed for each control type ( Design objects/Control style reference ). Below, all actions are listed in alphabetic order.

Setting layout for default actions

Default actions are predefined within the GUI frame work. This definition simply refers to an action label (displayed text) and a short cut. In order to change label text or add icons, action controls might be defined in the designer. Action controls having the same name as the default action will overload short cut, label, icon, font, tool tip and help text.

By setting the action control for a default action to disabled, it might be removed from the list of default controls.

Defining action controls for an application allows setting application defaults for standard actions. Those might be overloaded later on by specific user or run-time settings in the Options.GUI.Actions section.

Overload default actions at run-time

There are limited options for overload default actions at run-time. By creating an entry in the Options.GUI.Actions section referring to the default actions name, one may suppress a default action, change the short cut or set the initial state for the action to hidden or disabled.

Related topics

    Subtopics

    1. Associate - Associate entry from base collection (Ctrl+Shift+F5)
    2. AppendEntry - Append (new) entry (Shift+Ctrl+A)
    3. InsertEntry - Insert (new) entry before current position (Shift+Ctrl+I)
    4. BrowseDirectory - Browse directories (Shift+Ctrl+B,D)
    5. BrowseFiles - Browse file for processing (Shift+Ctrl+B,F)
    6. BrowseWriteFiles - Browse new file for processing (Shift+Ctrl+B,F)
    7. EditEntry - Edit currently selected entry (F4)
    8. Exit - Exit application (Ctrl+Q)
    9. ExportFile - Export text to file (Ctrl+Shift+E,F)
    10. FindEntry - Find next entry
    11. Goto - Go to line or paragraph (Ctrl+G)
    12. Help - Display context related help
    13. ImportFile - import text from a file (Ctrl+Shift+I,F)
    14. Maximize - Maximize multi-line edit control (Ctrl+F11)
    15. NewFindEntry - Find text entry in list or text field (Ctrl+F3)
    16. NextEntry - Select next entry (Ctrl+Right)
    17. PlainText - Display and edit plain text (Ctrl+F10)
    18. ProcessAction - Process action
    19. RemoveEntry - Remove entry from reference (Ctrl+Del)
    20. TextBackColor - Set text background color
    21. TextBar - Show text edit bar (F10)
    22. TextBold - Use bold face style (Ctrl+B)
    23. TextCenter - Center text (Ctrl+T,C)
    24. TextColor - Set text color
    25. TextFont - Change text font
    26. TextFontBigger - Increase text size
    27. TextFontSmaller - Decrease text size
    28. TextItalic - Use italic style (Ctrl+I)
    29. TextJustify - Justify text (Ctrl+T,J)
    30. TextLeft - Allign text left (Ctrl+T,L)
    31. TextRight - Allign text right (Ctrl+T,R)
    32. TextStrikeOut - Strike out text (Ctrl+O)
    33. TextStyleCircle - Set circle list style (Ctrl+L,C)
    34. TextStyleDecimal - Set number list style (Ctrl+L,N)
    35. TextStyleDisc - Set disc list style (Ctrl+L,D)
    36. TextStyleIndent - Increase text indent level
    37. TextStyleLowerAlpha - Set lower case letter list style (Ctrl+L,L)
    38. TextStyleNoList - Reset list style (Ctrl+L,X)
    39. TextStyleSquare - Set square list style (Ctrl+L,S)
    40. TextStyleUnIndent - Decrease text indent level
    41. TextStyleUpperAlpha - Set upper case letter list style (Ctrl+L,L)
    42. TextTopMarginLess - Decrease top margins
    43. TextTopMarginMore - Increase top margins
    44. TextUnderline - Underline text (Ctrl+U)
    45. ZoomIn - ToDefault - Restore default size for multi-line edit control (Ctrl+F12)