|
RAD Studio VCL Reference
|
TActivateEvent is the type of the OnActivate event handler.
TActivateEvent = procedure (Sender: TObject; Data: LongInt) of object;
(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!
|