BuiltinActions - Built-in actions
Built-in actions are actions provided by the system in order to perform typical functions. Usually, built-in actions act on the data source of the control, they are called for. The system cares about updating control content after the action when it becomes necessary.
Many built-in actions are provided by default in several context menus or as action buttons (e.g. in tool bars. When designing an action referring to a built-in action, the action is automatically disabled or hidden, when the current data state of the control data source does not allow the action (e.g. move up or move down actions will be hidden for lists that do not have got more than one entry).
One cannot pass parameters to built-in actions. Hence. several built-in actions pop up with standard dialogs in order to request necessary information from the user.
- Controls - Actions applying on most control types
- Dialogs and forms - Dialog and form actions
- File actions - File actions
- List controls - List and tree control actions
- Multi line edit controls - Multi line edit control actions
- AppendEntry - Append entry to collection(Ctrl-A)
- Associate - Associate instance from another collection (Shift-F1)
- BookmarkNext - Select next marked entry (Ctrl-right)
- BookmarkPrevious - Select prvious marked entry (Ctrl-left)
- BookmarkRemove - Reset bookmark for a list entry (Ctrl-up)
- BookmarkStore - Store bookmark for a list entry (Ctrl-down)
- BrowseDirectories - BrowseDirectory - Browse directories (Shift+Ctrl+B,D)
- BrowseFiles - Browse and select a single file for read
- BrowseManyFiles - Browse many files
- BrowseWriteFiles - Browse and select a single file for write
- CSVExport - Export to CSV or ESDF file
- CSVImport - Import from CSV file
- Cancel - Cancel data stored in data source
- CancelClose - Cancel dialog and close
- CheckObject - Check selected object
- CopyEntry - Copy currently selected entry (F5)
- DeleteEntry - Remove or delete currently selected entry (Ctrl-D)
- DeleteSet - Delete collection (Ctrl-Shift-D)
- EditEntry - Edit selected entry (F4)
- EditImage - - internal feature (not documented)
- Exit - Leave application (Ctrl-Alt-F4)
- FindEntry - Find entry in text or list (Ctrl-F)
- ForceClose - Force closing a control
- Help - Request help (F1)
- HistoryNext - Select next entry in history (Alt-right)
- HistoryPrevious - Select previous entry in history (Alt-left)
- ImportFile - Import data from file
- ImportImage - - internal feature (not documented)
- InsertEntry - Insert entry to collection (Ctrl-I)
- LoadDynamicControl - Load control at runtime
- MoveDown - Move entry down
- MoveUp - Move entry up
- NewFindEntry - Find next entry (F3)
- NextEntry - Select next entry from data source
- OIFExport - Export to OIF file
- OIFImport - Import from OIF file
- PlainText - - internal feature (not documented)
- PreviousEntry - Select previous entry from data source
- Refresh - Refresh data in control
- RemoveEntry - Remove or delete currently selected entry (Ctrl-D)
- RenameEntry - Rename entry
- ResetCascadingSelection - Reset last selection
- ResetSelection - Reset all selections
- Save - Save data to database
- SaveClose - Save datra and close dialog
- SetCascadingSelection - Expand current selection
- SetDisplayLevel - Set display level
- SetSelection - Set filter condition
- StoreEntry - Store data for selected entry
- TextAlign - - internal feature (not documented)
- TextBackColor - - internal feature (not documented)
- TextBar - - internal feature (not documented)
- TextBold - - internal feature (not documented)
- TextCenter - - internal feature (not documented)
- TextColor - - internal feature (not documented)
- TextFont - - internal feature (not documented)
- TextFontBigger - - internal feature (not documented)
- TextFontSmaller - - internal feature (not documented)
- TextItalic - - internal feature (not documented)
- TextJustify - - internal feature (not documented)
- TextLeft - - internal feature (not documented)
- TextRight - - internal feature (not documented)
- TextSize - - internal feature (not documented)
- TextStrikeOut - - internal feature (not documented)
- TextStyle - - internal feature (not documented)
- TextStyleCircle - - internal feature (not documented)
- TextStyleDecimal - - internal feature (not documented)
- TextStyleDisc - - internal feature (not documented)
- TextStyleIndent - - internal feature (not documented)
- TextStyleLowerAlpha - - internal feature (not documented)
- TextStyleNoList - - internal feature (not documented)
- TextStyleSquare - - internal feature (not documented)
- TextStyleUnIndent - - internal feature (not documented)
- TextStyleUpperAlpha - - internal feature (not documented)
- TextTopMarginLess - - internal feature (not documented)
- TextTopMarginMore - - internal feature (not documented)
- TextUnderline - - internal feature (not documented)
- XMLExport - Export to XML file
- XMLImport - Import from XML file
- ZoomIn - Zoom in control
- ZoomOut - Zoom out edit area