RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
CtlPanel.TInitEvent Type

TInitEvent is the type of the OnInit event handler.

Pascal
TInitEvent = procedure (Sender: TObject; var AppInitOK: Boolean) of object;
C++
(Sender: TObject; var AppInitOK: Boolean) ( TInitEvent)();

CtlPanel

TInitEvent lets you indicate whether the controlling application should finish loading a control panel application.  

Sender is the control panel application object. 

AppInitOK returns true if the controlling application should continue loading the application, false if the controlling application should abort this application. 

 

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