Vcl.WinXCtrls.TCustomSplitView.OnClosing

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnClosing: TNotifyEvent read FOnClosing write FOnClosing;

C++

__property System::Classes::TNotifyEvent OnClosing = {read=FOnClosing, write=FOnClosing};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomSplitView


Beschreibung

Wird ausgelöst, wenn die geteilte Ansicht geschlossen wird und die UseAnimation-Eigenschaft den Wert True hat.

Siehe auch