Show: Delphi
C++
Display Preferences
AdaptReq.IAdapterRecordKeys.RecordKeyValues
From XE2 API Documentation
Delphi
property RecordKeyValues[I: Integer]: string read GetRecordKeyValue;
C++
__property System::UnicodeString RecordKeyValues[int I] = {read=GetRecordKeyValue};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | AdaptReq.pas AdaptReq.hpp |
AdaptReq | IAdapterRecordKeys |
Description
Lists the key values stored in the HTTP request.
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.