RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterMultiValueField Class

TCustomAdapterMultiValueField is a base class for adapter fields that have one or more values.

Pascal
TCustomAdapterMultiValueField = class(TBaseAdapterMultiValueField);
C++
class TCustomAdapterMultiValueField : public TBaseAdapterMultiValueField;

Derive from TCustomAdapterMultiValueField when the adapter field can have multiple values. Typically, multi-value fields are represented in HTML with multiple selection select lists or check boxes. 

 

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