RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
CtlPanel.TNewInquireEvent Type

TNewInquireEvent is the type of the OnNewInquire event handler.

Pascal
TNewInquireEvent = procedure (Sender: TObject; var lData: Integer; var hIcon: HICON; var AppletName: string; var AppletInfo: string) of object;
C++
(Sender: TObject; var lData: Integer; var hIcon: HICON; var AppletName: string; var AppletInfo: string) ( TNewInquireEvent)();

CtlPanel

TNewInquireEvent lets you provide information about a control panel applet.  

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

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

hIcon is the handle to the icon for the applet. 

AppletName is the applet's name as it appears in the control panel. 

AppletInfo is the help string that describes the applet in the control panel. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!