RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IKeyParams.GetValue Method

Returns the value of the Values property.

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

GetValue is the read implementation of the Values property.  

I is the index of the field value to return. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!