CtlPanel.TAppletModule.OnActivate

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
CTLPanel.pas
CtlPanel.hpp
Unit: CtlPanel
Parent: TAppletModule

Delphi

property OnActivate: TActivateEvent read FOnActivate write FOnActivate;

C++

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

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