RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IActionFieldValue.Values Property

Lists the values that belong to the adapter field.

Pascal
property Values [I: Integer]: Variant;
C++
__property Variant Values[int I];

Read Values to access the value of the adapter field. Values is an array of Variants, where each Variant describes a field value. 

I is the index of a value, where 0 indicates the first value, 1 indicates the second value, and so on. The ValueCount property provides an upper bound on the value of I.

Note: If Values lists more than one value, the first value is the selected value of the adapter field (the one assigned to the field). Additional values indicate the other possible field values.
 

 

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