RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterRecordKeys.RecordKeyValues Property

Lists the key values stored in the HTTP request.

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

Read RecordKeyValues to extract the value of a key for the adapter to use when locating the record associated with the HTTP request. The RecordKeyNames property gives the name of the key. 

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!