Defines some standard actions to be used in Action Lists in the LCL THintAction - standard action for dealing with requests for a Hint TEditAction - base class for actions associated with the various Edit menu options FControl - local variable holding the Edit control associated with this action SetControl - specifies the Edit control associated with this action The Edit Control associated with this action TEditCut- standard action associated with the Edit Cut menu option TEditCopy - standard action associated with the Edit Copy menu option TEditPaste - standard action associated with the Edit Paste menu option TEditSelectAll - standard action associated with the Edit Select All menu option TEditUndo - standard action associated with the Edit Undo menu option TEditDelete - standard action associated with the Edit Delete menu option THelpAction - base class for actions associated with the various Help menu options THelpContents - standard action associated with the Help Contents menu option THelpTopicSearch - standard action associated with the Help Topic Search menu option THelpOnHelp - standard action associated with the Help On Help menu item (ie how to get help) THelpContextAction - standard action for providing context-sensitive Help TCommonDialogClass - class of TCommonDialog TCommonDialogAction - base class for providing actions associated with Dialogs FDialog - local variable holding the Dialog associated with this action DoAccept - perform the code for the OnAccept event DoCancel - perform the code for the OnCancel event GetDialogClass - returns the class of dialog associated with this action ExecuteResult - the result of the execution: True if successful BeforeExecute - event handler for performance before execution of the action OnAccept - event handler for a press of the Accept button OnCancel - event handler for a press of the Cancel button TFileAction - base class for providing actions associated with various file dialogs and menu options GetDialog - returns a TOpenDialog for use in this File action The FileName on which this action performs TFileOpen - standard action (including opening a dialog) associated with the File Open menu option The OpenDialog to be used with this action UseDefaultApp - if True, the default application should be used with this action TFileOpenWith - standard action (including opening a dialog) associated with the File Open With menu option

TFileOpenWith - standard action (including opening a dialog) associated with the File Open With menu option

Gives the User an opportunity to choose the application with which to open a file

AfterOpen - event handler to be performed after file is opened TFileSaveAs - standard action (including opening a dialog) associated with the File Save As menu option

TFileSaveAs - standard action (including opening a dialog) associated with the File Save As menu option

Gives the user an opportunity to select or enter a name to use for saving the file

The SaveDialog to be used with this action TFileExit - standard action (closing file and terminating application) associated with the File Exit menu option TSearchAction - base class for the actions associated with the various Search menu options FControl - local variable holding the control for use with this action Performs the Search TFontEdit - standard action for opening a Font Edit dialog The FontDialog to use for this action TColorSelect - standard action for opening a Colour Selection dialog The ColorDialog to use with this action DoBeforeExecute - perform the code for the BeforeExecute event CreateDialog - method for creating the dialog UpdateControl - brings the control performing the action up to date PerformSearch - returns True if the search is to be performed ShowNotFound - method to display the 'Not Found' message TSearchFind - the action associated with a Search and Find dialog (as opposed to search and replace) The FindDialog to be used with this action TSearchReplace - action associated with the Search and Replace menu option and dialogs Replace - the method to perform the Replace action once the specified text has been found The ReplaceDialog to be used with this action TSearchFindFirst - Search action to find the first match TSearchFindNext - search action to find the next match The SearchFind action to use for searching