Vcl.StdActns.TCommonDialogAction.BeforeExecute

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BeforeExecute: TNotifyEvent read FBeforeExecute write FBeforeExecute;

C++

__property System::Classes::TNotifyEvent BeforeExecute = {read=FBeforeExecute, write=FBeforeExecute};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TCommonDialogAction

Beschreibung

Tritt ein, bevor das Dialogfeld angezeigt wird.

In einer Ereignisbehandlungsroutine für BeforeExecute können Sie das Dialogfeld initialisieren, bevor es geöffnet wird. Wenn das Aktionsobjekt durch eine Benutzeraktion ausgeführt wird, generiert es ein BeforeExecute-Ereignis und zeigt anschließend das Dialogfeld an.

Siehe auch