RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StdActns Namespace

This is namespace StdActns.

Name 
Description 
The following table lists classes in this documentation. 
The following table lists structs, records, enums in this documentation. 
The following table lists types in this documentation. 
 
Name 
Description 
 
This is class StdActns.TBrowseForFolder. 
 
TColorSelect is the standard action for displaying a color selection dialog. 
 
TCommonDialogAction is the base class for action objects that display a dialog. 
 
TEditAction is the base class for action objects that perform standard edits on an edit control. 
 
TEditCopy copies the selected text in a target edit control to the Windows clipboard. 
 
TEditCut cuts the selected text in a target edit or memo control to the Windows clipboard. 
 
TEditDelete deletes the selected text in a target edit or memo control. 
 
TEditPaste pastes text from the clipboard into the active edit or memo control. 
 
TEditSelectAll selects all text in an active text control. 
 
TEditUndo backs out the last change in an edit control. 
 
TFileAction is the base class for action objects that display a file selection dialog. 
 
TFileExit is the standard action for shutting down an application. 
 
TFileOpen is the standard action for displaying a file open dialog. 
 
TFileOpenWith is the standard action for displaying the dialog that lets users choose what application to user for opening a file. 
 
TFilePageSetup is the standard action for displaying a page setup dialog. 
 
TFilePrintSetup is the standard action for displaying a printer setup dialog. 
 
TFileSaveAs is the standard action for displaying a file save as dialog. 
 
TFontEdit is the standard action for displaying a font selection dialog. 
 
THelpAction is the base class for action objects that interact with the help system. 
 
THelpContents brings up the contents for the default help system. 
 
THelpContextAction brings up the help topic for the active control. 
 
THelpOnHelp brings up a help topic on how to use Help. 
 
THelpTopicSearch brings up the help index. 
 
THintAction is the action that executes when the user pauses the mouse over a control or menu item that has a hint. 
 
TPrintDlg is the standard action for displaying a print dialog. 
 
TSearchAction is the base class for action objects that display a search or search and replace dialog. 
 
TSearchFind is the standard action for displaying a find dialog. 
 
TSearchFindFirst is the standard action for displaying a find dialog that looks for the first occurrence of a string. 
 
TSearchFindNext is the standard action for locating the next instance of a string in an edit control. 
 
TSearchReplace is the standard action for displaying a find-and-replace dialog. 
 
TWindowAction is the base class for action objects that work with MDI forms. 
 
TWindowArrange arranges the icons of minimized MDI child forms. 
 
TWindowCascade cascades the MDI child forms. 
 
TWindowClose closes the active MDI child form. 
 
TWindowMinimizeAll minimizes all MDI child forms. 
 
TWindowTileHorizontal arranges MDI child forms so that they are all the same size, tiled horizontally. 
 
TWindowTileVertical arranges MDI child forms so that they are all the same size, tiled vertically. 
 
Name 
Description 
 
This is record StdActns.TBrowseForFolderOption. 
Name 
Description 
This is type StdActns.TBrowseForFolderCallbackEvent. 
This is type StdActns.TBrowseOptions. 
This is type StdActns.TCommonDialogClass. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!