TStopEvent is the type of the OnStop event handler.
TStopEvent = procedure (Sender: TObject; Data: LongInt) of object;
(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!
|