RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterRecordKeys.GetRecordKeyCount Method

Returns the number of keys stored in the HTTP request.

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

GetRecordKeyCount returns the number of keys this interface makes available. This value provides an upper bound to the index for the RecordKeyValues and RecordKeyNames property arrays. 

 

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