RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNotifyList.Count Property

Indicates the number of objects in the list.

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

Count indicates the number of objects in the Items property array. Use this value as an upper bound for the index when iterating over all the objects in the list. 

 

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