RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
CtlPanel.TActivateEvent Type

TActivateEvent is the type of the OnActivate event handler.

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

TActivateEvent lets you respond when the user first activates a control panel applet.  

Sender is the Applet Module which was clicked. 

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!