RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterMultiValueField.Values Property

Returns one of the values associated with the adapter field.

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

Values can be used with the ValueCount property to access all the values associated with this adapter field. Values is implemented by GetValues

 

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