RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
CtlPanel.TStopEvent Type

TStopEvent is the type of the OnStop event handler.

Pascal
TStopEvent = procedure (Sender: TObject; Data: LongInt) of object;
C++
(Sender: TObject; Data: LongInt) ( TStopEvent)();

TStopEvent lets you respond when a control panel applet receives a shutdown request.  

Sender is the Applet Module that received the request to shut down. 

Data is the value that was set in the Inquire events (OnInquire or OnNewInquire). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!