RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLocateParams.Count Property

Indicates the number of fieldname/value pairs in the collection

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

Count indicates the number of entries in the Items, ParamNames, or ParamValues property array. Use this value as an upper bound for the index when iterating over all the fieldname/value pairs in this collection. 

 

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