RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAppletModule.OnNewInquire Event

Occurs when the AppletModule is queried for its information.

Pascal
property OnNewInquire: TNewInquireEvent;
C++
__property TNewInquireEvent OnNewInquire;

OnNewInquire 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 values that are changed in this event (such as hIcon, AppletName, AppletInfo, and lData). HIcon defaults to the handle of the AppletIcon property. AppletName defaults to Caption, AppletInfo defaults to Help, and lData defaults to the Data property of the AppletModule. 

 

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