CtlPanel.TActivateEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
CTLPanel.pas
CtlPanel.hpp
Unit: CtlPanel
Parent: CtlPanel

Delphi

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

C++

typedef void __fastcall (__closure *TActivateEvent)(System::TObject* Sender, System::LongInt Data);

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).

See Also