Vcl.Dialogs.TCustomFileDialog.OnExecute

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnExecute: TNotifyEvent read FOnExecute write FOnExecute;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileDialog

Beschreibung

Wird ausgelöst, wenn ein Dialogfeld zum Öffnen von Dateien ausgeführt wird.

OnExecute wird ausgelöst, wenn eine Instanz von TCustomFileDialog von der Methode Execute ausgeführt wird. Execute bewirkt, dass das Dialogfeld angezeigt wird. Die Methode DoOnExecute löst dieses Ereignis aus.

Siehe auch