RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAppletModule.OnInquire Event

Occurs when the AppletModule is queried for its information.

Pascal
property OnInquire: TInquireEvent;
C++
__property TInquireEvent OnInquire;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!