CtlPanel.TAppletModule.OnActivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnActivate: TActivateEvent read FOnActivate write FOnActivate;

C++

__property TActivateEvent OnActivate = {read=FOnActivate, write=FOnActivate};

Properties

Type Visibility Source Unit Parent
event published
CTLPanel.pas
CtlPanel.hpp
CtlPanel TAppletModule

Description

Occurs when the applet's icon is double clicked.

OnActivate is invoked when the Applet icon is double clicked in the Control Panel.

See Also