RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IKeyParams.Count Method

Returns the number of name/value pairs that can be read from this interface.

Pascal
function Count: Integer;
C++
__fastcall int Count();

Count returns the number of key fields that this interface lists. The return value provides an upper bound to the index you can use when reading the Names or Values property. 

 

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