RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterRecordKeys.GetRecordKeyValue Method

Returns the value of the RecordKeyValues property.

Pascal
function GetRecordKeyValue(I: Integer): string;
C++
__fastcall AnsiString GetRecordKeyValue(int I);

GetRecordKeyValue is the read implementation of the RecordKeyValues property. 

I is the index of the key whose value this method returns. 

 

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