CtlPanel.TAppletModule.OnInquire

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnInquire: TInquireEvent read FOnInquire write FOnInquire;

C++

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

Properties

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

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