RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DataStoreParameterCollection.Count Property

Returns a count of the number of parameters in the collection.

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

Use this method to retrieve a count of the number of parameters in the collection. You might, for example, use the method to set a count parameter to control the number of times you must loop through the list of parameters. 

 

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