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 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 TCommonDialogAction - base class for providing actions associated with Dialogs TFileAction - base class for providing actions associated with various file dialogs and menu options TFileOpen - standard action (including opening a dialog) associated with the File Open menu option 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

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

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 TFontEdit - standard action for opening a Font Edit dialog TColorSelect - standard action for opening a Colour Selection dialog