CtlPanel.TActivateEvent
C++
typedef void __fastcall (__closure *TActivateEvent)(System::TObject* Sender, int Data);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | CtlPanel.hpp | CtlPanel | CtlPanel |
Description
TActivateEvent is the type of the OnActivate event handler.
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).