CtlPanel.TAppletModule.OnStop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnStop: TStopEvent read FOnStop write FOnStop;

C++

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

Properties

Type Visibility Source Unit Parent
event published
CTLPanel.pas
CtlPanel.hpp
CtlPanel TAppletModule

Description

Occurs when the AppletModule receives a request to shutdown.

Write an OnStop event handler to perform Applet-specific clean-up. OnStop occurs when the applet module receives a request to shutdown.

See Also