TApRunDialog (Delphi only)

Inherited from : TCommonDialog

Unit: ApRunDlg

Wrapper for undocumented Win32 function.

Types

Properties

Methods

Events



Types



Properties


CustDlgParams : TApCustDlgParams

Published; protected in custom version

This variable contains all information about panels of the standard dialog. See TApCustDlgPatams type for details.


DlgItemsCaptions : TApRunDlgCaptions

Published; protected in custom version

You can set items in this property to replace labels for standard controls inside dialog. For example you can replace OK button caption using DlgItemsCaptions.OK property and so on. If there is no value in any subitem then original text is displayed.


Title : string

Published; protected in custom version

The title of the dialog



Methods



Events


All the new properties below are "dialog-time".

For all handlers: Published; Protected in custom version.


OnFileBrowsing : TApCtrlQueryEvent;

Occurs when the user is about to press Browse button. Set AllowProceed to false to prevent this action.


OnCanClose : TCloseQueryEvent;

Occurs when the user tries to close the dialog box by pressing OK button.