CtlPanel.TActivateEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
CTLPanel.pas
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).

See Also