Vcl.StdActns.TPrintDlg.BeforeExecute

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BeforeExecute;

C++

__property BeforeExecute;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TPrintDlg

Beschreibung

Tritt ein, bevor das Dialogfeld angezeigt wird.

Vcl.StdActns.TPrintDlg.BeforeExecute erbt von Vcl.StdActns.TCommonDialogAction.BeforeExecute. Der folgende Inhalt bezieht sich auf Vcl.StdActns.TCommonDialogAction.BeforeExecute.

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