RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterMultiValueField.OnGetValues Event

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

Pascal
property OnGetValues: TAdapterFieldGetMultiValueEvent;
C++
__property TAdapterFieldGetMultiValueEvent OnGetValues;

Implement this event handler to provide the values associated with an adapter field. The Index parameter is zero-based. Also implement OnGetValueCount to provide the count of values associated with this adapter field. 

 

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