RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterMultiValueField Class

TAdapterMultiValueField is an event handler based adapter field that provides zero or more values.

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

WebAdapt

TAdapterMultiValueField publishes the properties in TCustomAdapterMultiValueField. TCustomAdapterMultiValueField calls event handlers to retrieve the adapter field's values, validate values entered by the end-user, and update the adapter field's values. 

Add TAdapterMultiValueField to TAdapter or other adapter components types when you need an adapter field that supports a multiple values using event handlers. There are other adapter field components that use event handlers. They differ in the type and number of values that are supported. See TAdapterField, TAdapterFileField, TAdapterMemoField, TAdapterBooleanField and TAdapterImageField

 

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