RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebComponentList.Count Property

Indicates the number of components in the list.

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

Read Count to determine the number of components in the WebComponents array. Count is a read-only property. To change the size of the WebComponents array, add or remove components using the Add and Remove methods. 

 

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