RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
CtlPanel.TInquireEvent Type

TInquireEvent is the type of the OnInquire event handler.

Pascal
TInquireEvent = procedure (Sender: TObject; var idIcon: Integer; var idName: Integer; var idInfo: Integer; var lData: Integer) of object;
C++
(Sender: TObject; var idIcon: Integer; var idName: Integer; var idInfo: Integer; var lData: Integer) ( TInquireEvent)();

TInquireEvent lets you provide information about a control panel applet.  

Sender is the Applet Module about which you are providing information. 

idIcon is the resource ID for the icon of the applet. 

idName is the resource ID for the applet's name as it appears in the control panel. 

lData is a user-defined value that you want to have passed to the applet's OnActivate event handler. 

 

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