Vcl.ExtActns
Defines classes that represent extra standard actions or base classes of custom actions, such as TOpenPicture or TListControlAction, respectively.
| Package | vcl230.bpl | 
|---|
Classes
| TBrowseURL | TBrowseURL is the standard action for launching the default browser to display a specified URL. | 
| TCustomFileRun | TCustomFileRun is the base class for actions that perform a specified operation on a file. | 
| TDownLoadURL | TDownLoadURL is the standard action for saving the contents of a specified URL to a file. | 
| TFileRun | TFileRun is the standard action for performing a specified operation on a file. | 
| TListControlAction | TListControlAction is the base class for action objects that operate on the selection of a list control (list box or list view). | 
| TListControlClearSelection | TListControlClearSelection deselects all selected items in a list control (list view or list box). | 
| TListControlCopySelection | TListControlCopySelection copies the selected items in a list control (list view or list box) to another (destination) list control. | 
| TListControlDeleteSelection | TListControlDeleteSelection deletes the selected items in a list control (list view or listbox). | 
| TListControlMoveSelection | TListControlMoveSelection moves the selected items in a list control (list view or list box) to another (destination) list control. | 
| TListControlSelectAll | TListControlSelectAll selects all the items in a list control (list view or listbox). | 
| TNextTab | TNextTab moves a tabbed control to its next page. | 
| TOpenPicture | TOpenPicture is the standard action for displaying the open picture dialog. | 
| TPreviousTab | TPreviousTab moves a page control to its previous page. | 
| TRecipientCollection | TRecipientCollection is a collection that maintains information about the recipients of an e-mail message. | 
| TRecipientItem | TRecipientItem represents an item in a TRecipientCollection. | 
| TRichEditAction | TRichEditAction is the base class for action objects that apply rich text attributes to a rich edit control. | 
| TRichEditAlignCenter | TRichEditAlignCenter centers the text horizontally in the current paragraph of a rich edit control. | 
| TRichEditAlignLeft | TRichEditAlignLeft left-justifies the text in the current paragraph of a rich edit control. | 
| TRichEditAlignRight | TRichEditAlignRight right-justifies the text in the current paragraph of a rich edit control. | 
| TRichEditBold | TRichEditBold toggles the bold attribute of the currently selected text in a rich edit control. | 
| TRichEditBullets | TRichEditBullets toggles whether the current paragraph of a rich edit control is bulleted. | 
| TRichEditItalic | TRichEditItalic toggles the italic attribute of the currently selected text in a rich edit control. | 
| TRichEditStrikeOut | TRichEditStrikeOut toggles the strikeout attribute of the currently selected text in a rich edit control. | 
| TRichEditUnderline | TRichEditUnderline toggles the underline attribute of the currently selected text in a rich edit control. | 
| TSavePicture | TSavePicture is the standard action for displaying the save picture dialog. | 
| TSendMail | TSendMail is the standard action for sending an email message. | 
| TTabAction | TTabAction is the base class for action objects designed to respond to the buttons in a tabbed dialog. | 
| TURLAction | TURLAction is the base class for actions that perform some function based on an URL. | 
Types
| TDownloadProgressEvent | |
| TMailSendStatus | Enumerates the values of the send status for an e-mail message. | 
| TMailSendStatusEvent | |
| TRecipientType | Enumerates an e-mail message's types of recipients. | 
| TShowCmd | |
| TURLDownloadStatus | |
| TValidateTabEvent |