Vcl.Dialogs.TCustomFileDialog.DoOnExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnExecute; dynamic;

C++

DYNAMIC void __fastcall DoOnExecute();

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileDialog

Description

Call OnExecute event method if defined.

DoOnExecute calls the OnExecute event, if the event is defined. DoOnExecute is called by the Execute method, so this event occurs whenever an instance of TCustomFileDialog gets executed. Execute causes the dialog to be displayed.

See Also