RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLocateParams.ParamNames Property

Lists the key field names in this collection.

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

Use ParamNames to obtain a key field name from the list. This is the name of a key field of the dataset adapter. 

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

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

 

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