FMX.Dialogs.TCommonDialog.OnClose

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnClose: TNotifyEvent read FOnClose write FOnClose;

C++

__property System::Classes::TNotifyEvent OnClose = {read=FOnClose, write=FOnClose};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.Dialogs TCommonDialog


Beschreibung

Wird beim Schließen des Dialogfeldes ausgelöst.

Mit einer Ereignisbehandlungsroutine für OnClose können Sie spezielle Aktionen durchführen, wenn das Dialogfeld geschlossen wird.

Siehe auch