RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebModuleList.ItemCount Property

Indicates the number of Web modules that have been instantiated in the current thread.

Pascal
property ItemCount: Integer;
C++
__property int ItemCount;

Read ItemCount to determine the number of instantiated Web modules in the current thread of the WebSnap application. ItemCount provides an upper bound to the index of the Items property array. 

Because ItemCount counts only the instantiated Web modules, its value is always less than or equal to the value of FactoryCount, which gives the number of Web module factories. 

 

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