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.
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.
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.
Subtopics
- Associate - Associate entry from base collection (Ctrl+Shift+F5)
- AppendEntry - Append (new) entry (Shift+Ctrl+A)
- InsertEntry - Insert (new) entry before current position (Shift+Ctrl+I)
- BrowseDirectory - Browse directories (Shift+Ctrl+B,D)
- BrowseFiles - Browse file for processing (Shift+Ctrl+B,F)
- BrowseWriteFiles - Browse new file for processing (Shift+Ctrl+B,F)
- EditEntry - Edit currently selected entry (F4)
- Exit - Exit application (Ctrl+Q)
- ExportFile - Export text to file (Ctrl+Shift+E,F)
- FindEntry - Find next entry
- Goto - Go to line or paragraph (Ctrl+G)
- Help - Display context related help
- ImportFile - import text from a file (Ctrl+Shift+I,F)
- Maximize - Maximize multi-line edit control (Ctrl+F11)
- NewFindEntry - Find text entry in list or text field (Ctrl+F3)
- NextEntry - Select next entry (Ctrl+Right)
- PlainText - Display and edit plain text (Ctrl+F10)
- ProcessAction - Process action
- RemoveEntry - Remove entry from reference (Ctrl+Del)
- TextBackColor - Set text background color
- TextBar - Show text edit bar (F10)
- TextBold - Use bold face style (Ctrl+B)
- TextCenter - Center text (Ctrl+T,C)
- TextColor - Set text color
- TextFont - Change text font
- TextFontBigger - Increase text size
- TextFontSmaller - Decrease text size
- TextItalic - Use italic style (Ctrl+I)
- TextJustify - Justify text (Ctrl+T,J)
- TextLeft - Allign text left (Ctrl+T,L)
- TextRight - Allign text right (Ctrl+T,R)
- TextStrikeOut - Strike out text (Ctrl+O)
- TextStyleCircle - Set circle list style (Ctrl+L,C)
- TextStyleDecimal - Set number list style (Ctrl+L,N)
- TextStyleDisc - Set disc list style (Ctrl+L,D)
- TextStyleIndent - Increase text indent level
- TextStyleLowerAlpha - Set lower case letter list style (Ctrl+L,L)
- TextStyleNoList - Reset list style (Ctrl+L,X)
- TextStyleSquare - Set square list style (Ctrl+L,S)
- TextStyleUnIndent - Decrease text indent level
- TextStyleUpperAlpha - Set upper case letter list style (Ctrl+L,L)
- TextTopMarginLess - Decrease top margins
- TextTopMarginMore - Increase top margins
- TextUnderline - Underline text (Ctrl+U)
- ZoomIn - ToDefault - Restore default size for multi-line edit control (Ctrl+F12)

