RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLocateParams.ParamValues Property

Lists the key field values in this collection.

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

Use ParamValues to obtain a key field value from the list. This is the value of a key field of the dataset adapter. 

I is the index of the key field value, where 0 specifies the first value, 1 specifies the second value, and so on. The Count property gives an upper bound for this index.

Note: ParamValues lists only the values of the key fields. To obtain the corresponding key field names, use the ParamNames property instead. To access the entire 'Name=Value' string, use the Items property instead.
 

 

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