CtlPanel.TAppletModule.OnStop

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnStop: TStopEvent read FOnStop write FOnStop;

C++

__property TStopEvent OnStop = {read=FOnStop, write=FOnStop};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
CTLPanel.pas
CtlPanel.hpp
CtlPanel TAppletModule


Beschreibung

Tritt auf, wenn das Schließen des AppletModule-Objekts angefordert wird.

Mit einer OnStop-Ereignisbehandlungsroutine können Sie das Applet-spezifische Clean-up durchführen. OnStop wird ausgelöst, wenn das Schließen des Applet-Moduls angefordert wird.

Siehe auch