Vcl.Dialogs.TFileSaveDialog.OnExecute
Delphi
property OnExecute: TNotifyEvent read FOnExecute write FOnExecute;
C++
__property OnExecute;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | TFileSaveDialog |
Description
Occurs when a file dialog gets executed. {{#multireplace:Vcl.Dialogs.TFileSaveDialog.OnExecute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Dialogs.TCustomFileDialog.OnExecute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Dialogs.TCustomFileDialog.OnExecute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Occurs when a file dialog gets executed.
OnExecute occurs when an instance of TCustomFileDialog gets executed by the Execute method. Execute causes the dialog to be displayed. The DoOnExecute method triggers this event.