RAD Studio VCL Reference
|
Lists the values that belong to the adapter field.
property Values [I: Integer]: Variant;
__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.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|