RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAppletApplication.OnCount Event

Occurs when the control panel requests a count of the AppletModules.

Pascal
property OnCount: TCountEvent;
C++
__property TCountEvent OnCount;

The OnCount event occurs when the Application receives a CPL_GETCOUNT message from the controlling application. It must return the number of AppletModules that are available. The default is to return ModuleCount, but it may be overridden by changing the value of the AppCount parameter of the event handler. 

 

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