RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterMultiValueField.OnGetValueCount Event

Responsible for returning the count of values associated with the adapter field.

Pascal
property OnGetValueCount: TAdapterFieldGetValueCountEvent;
C++
__property TAdapterFieldGetValueCountEvent OnGetValueCount;

Implement this event handler to provide the count of values associated with an adapter field. Also implement OnGetValues to provide the individual values. 

 

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