Vcl.Dialogs.TFileOpenDialog.OnExecute

From RAD Studio API Documentation
Jump to: navigation, search

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 TFileOpenDialog

Description

Occurs when a file dialog gets executed.

Vcl.Dialogs.TFileOpenDialog.OnExecute inherits from Vcl.Dialogs.TCustomFileDialog.OnExecute. All content below this line refers to Vcl.Dialogs.TCustomFileDialog.OnExecute.

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