Show: Delphi
C++
Display Preferences
Vcl.ExtActns
From XE2 API Documentation
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 |
Constants
| dsAcceptRanges | dsAcceptRanges: TURLDownloadStatus = dsAcceptRanges; |
| dsBeginDownloadComponents | dsBeginDownloadComponents: TURLDownloadStatus = dsBeginDownloadComponents; |
| dsBeginDownloadData | dsBeginDownloadData: TURLDownloadStatus = dsBeginDownloadData; |
| dsBeginSyncOperation | dsBeginSyncOperation: TURLDownloadStatus = dsBeginSyncOperation; |
| dsBeginUploadData | dsBeginUploadData: TURLDownloadStatus = dsBeginUploadData; |
| dsCacheFileNameAvailable | dsCacheFileNameAvailable: TURLDownloadStatus = dsCacheFileNameAvailable; |
| dsClassIDAvailable | dsClassIDAvailable: TURLDownloadStatus = dsClassIDAvailable; |
| dsClassInstallLocation | dsClassInstallLocation: TURLDownloadStatus = dsClassInstallLocation; |
| dsCLSIDCanInstantiate | dsCLSIDCanInstantiate: TURLDownloadStatus = dsCLSIDCanInstantiate; |
| dsCompactPolicyReceived | dsCompactPolicyReceived: TURLDownloadStatus = dsCompactPolicyReceived; |
| dsConnecting | dsConnecting: TURLDownloadStatus = dsConnecting; |
| dsContentDispositionAttach | dsContentDispositionAttach: TURLDownloadStatus = dsContentDispositionAttach; |
| dsCookeStateReject | dsCookeStateReject: TURLDownloadStatus = dsCookeStateReject; |
| dsCookieSent | dsCookieSent: TURLDownloadStatus = dsCookieSent; |
| dsCookieStateAccept | dsCookieStateAccept: TURLDownloadStatus = dsCookieStateAccept; |
| dsCookieStateDowngrade | dsCookieStateDowngrade: TURLDownloadStatus = dsCookieStateDowngrade; |
| dsCookieStateLeash | dsCookieStateLeash: TURLDownloadStatus = dsCookieStateLeash; |
| dsCookieStatePrompt | dsCookieStatePrompt: TURLDownloadStatus = dsCookieStatePrompt; |
| dsCookieStateUnknown | dsCookieStateUnknown: TURLDownloadStatus = dsCookieStateUnknown; |
| dsCookieSuppressed | dsCookieSuppressed: TURLDownloadStatus = dsCookieSuppressed; |
| dsDecoding | dsDecoding: TURLDownloadStatus = dsDecoding; |
| dsDirectBind | dsDirectBind: TURLDownloadStatus = dsDirectBind; |
| dsDownloadingData | dsDownloadingData: TURLDownloadStatus = dsDownloadingData; |
| dsEncoding | dsEncoding: TURLDownloadStatus = dsEncoding; |
| dsEndDownloadComponents | dsEndDownloadComponents: TURLDownloadStatus = dsEndDownloadComponents; |
| dsEndDownloadData | dsEndDownloadData: TURLDownloadStatus = dsEndDownloadData; |
| dsEndSyncOperation | dsEndSyncOperation: TURLDownloadStatus = dsEndSyncOperation; |
| dsEndUploadData | dsEndUploadData: TURLDownloadStatus = dsEndUploadData; |
| dsFilterReportMIMEType | dsFilterReportMIMEType: TURLDownloadStatus = dsFilterReportMIMEType; |
| dsFindingResource | dsFindingResource: TURLDownloadStatus = dsFindingResource; |
| dsInstallingComponents | dsInstallingComponents: TURLDownloadStatus = dsInstallingComponents; |
| dsIUnKnownAvailable | dsIUnKnownAvailable: TURLDownloadStatus = dsIUnKnownAvailable; |
| dsLoadingMIMEHandler | dsLoadingMIMEHandler: TURLDownloadStatus = dsLoadingMIMEHandler; |
| dsMIMETypeAvailable | dsMIMETypeAvailable: TURLDownloadStatus = dsMIMETypeAvailable; |
| dsP3PHeader | dsP3PHeader: TURLDownloadStatus = dsP3PHeader; |
| dsPersistentCookieReceived | dsPersistentCookieReceived: TURLDownloadStatus = dsPersistentCookieReceived; |
| dsPolicyHREF | dsPolicyHREF: TURLDownloadStatus = dsPolicyHREF; |
| dsProtocolClassID | dsProtocolClassID: TURLDownloadStatus = dsProtocolClassID; |
| dsProxyDetecting | dsProxyDetecting: TURLDownloadStatus = dsProxyDetecting; |
| dsRawMIMEType | dsRawMIMEType: TURLDownloadStatus = dsRawMIMEType; |
| dsRedirecting | dsRedirecting: TURLDownloadStatus = dsRedirecting; |
| dsSendingRequest | dsSendingRequest: TURLDownloadStatus = dsSendingRequest; |
| dsSessionCookieReceived | dsSessionCookieReceived: TURLDownloadStatus = dsSessionCookieReceived; |
| dsSessionCookiesAllowed | dsSessionCookiesAllowed: TURLDownloadStatus = dsSessionCookiesAllowed; |
| dsUploadingData | dsUploadingData: TURLDownloadStatus = dsUploadingData; |
| dsUsingCachedCopy | dsUsingCachedCopy: TURLDownloadStatus = dsUsingCachedCopy; |
| dsVerifiedMIMETypeAvailable | dsVerifiedMIMETypeAvailable: TURLDownloadStatus = dsVerifiedMIMETypeAvailable; |
| mssAmbiguousRecipient | mssAmbiguousRecipient: TMailSendStatus = mssAmbiguousRecipient; |
| mssAttachmentNotFound | mssAttachmentNotFound: TMailSendStatus = mssAttachmentNotFound; |
| mssAttachmentOpenFailure | mssAttachmentOpenFailure: TMailSendStatus = mssAttachmentOpenFailure; |
| mssBadRecipType | mssBadRecipType: TMailSendStatus = mssBadRecipType; |
| mssFailure | mssFailure: TMailSendStatus = mssFailure; |
| mssInsufficientMemory | mssInsufficientMemory: TMailSendStatus = mssInsufficientMemory; |
| mssInvalidRecips | mssInvalidRecips: TMailSendStatus = mssInvalidRecips; |
| mssLoginFailure | mssLoginFailure: TMailSendStatus = mssLoginFailure; |
| mssStatusCodeError | mssStatusCodeError: TMailSendStatus = mssStatusCodeError; |
| mssSuccess | mssSuccess: TMailSendStatus = mssSuccess; |
| mssTextTooLarge | mssTextTooLarge: TMailSendStatus = mssTextTooLarge; |
| mssTooManyFiles | mssTooManyFiles: TMailSendStatus = mssTooManyFiles; |
| mssTooManyRecipients | mssTooManyRecipients: TMailSendStatus = mssTooManyRecipients; |
| mssUnknownRecipient | mssUnknownRecipient: TMailSendStatus = mssUnknownRecipient; |
| mssUserAbort | mssUserAbort: TMailSendStatus = mssUserAbort; |
| rtBCC | rtBCC: TRecipientType = rtBCC; |
| rtCC | rtCC: TRecipientType = rtCC; |
| rtPrimary | rtPrimary: TRecipientType = rtPrimary; |
| scHide | scHide: TShowCmd = scHide; |
| scMaximize | scMaximize: TShowCmd = scMaximize; |
| scMinimize | scMinimize: TShowCmd = scMinimize; |
| scRestore | scRestore: TShowCmd = scRestore; |
| scShow | scShow: TShowCmd = scShow; |
| scShowDefault | scShowDefault: TShowCmd = scShowDefault; |
| scShowMaximized | scShowMaximized: TShowCmd = scShowMaximized; |
| scShowMinimized | scShowMinimized: TShowCmd = scShowMinimized; |
| scShowMinNoActive | scShowMinNoActive: TShowCmd = scShowMinNoActive; |
| scShowNA | scShowNA: TShowCmd = scShowNA; |
| scShowNoActivate | scShowNoActivate: TShowCmd = scShowNoActivate; |
| scShowNormal | scShowNormal: TShowCmd = scShowNormal; |