RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLocateParamsList.Count Property

Indicates the number of TLocateParams objects in the collection.

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

Count indicates the number of entries in the Items property array. Use this value as an upper bound for the index when iterating over all the key field/value lists in this collection. 

 

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