CtlPanel.TAppletModule.OnInquire

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 OnInquire: TInquireEvent read FOnInquire write FOnInquire;

C++

__property TInquireEvent OnInquire = {read=FOnInquire, write=FOnInquire};

Description

Occurs when the AppletModule is queried for its information.

OnInquire occurs when the controlling application requests each applet's information such as its icon, caption, Help and Data values. This event populates a structure with the resource ID's which are changed in this event (such as idIcon, idName, idInfo and lData). These values default to the corresponding module properties.

See Also