RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterMultiValueField.ValueCount Property

Returns the number of values associated with this adapter field.

Pascal
property ValueCount: Integer;
C++
__property int ValueCount;

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

 

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