RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterRecordKeys.RecordKeyNames Property

Lists the names of the keys stored in the HTTP request.

Pascal
property RecordKeyNames [I: Integer]: string;
C++
__property AnsiString RecordKeyNames[int I];

Read RecordKeyNames to obtain the names of the keys that the adapter uses to locate the record associated with the HTTP request. The RecordKeyValues property lists the values of those keys. 

I is the index of the key, where 0 indicates the first key, 1 indicates the second key, and so on. The GetRecordKeyCount method returns an upper bound for this index. 

 

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