Vcl.Dialogs.TCustomFileDialog.OnExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnExecute: TNotifyEvent read FOnExecute write FOnExecute;

C++

__property System::Classes::TNotifyEvent OnExecute = {read=FOnExecute, write=FOnExecute};

Properties

Type Visibility Source Unit Parent
event public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileDialog

Description

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.

See Also