WebAdapt.TAdapterMultiValueField

From RAD Studio API Documentation
Jump to: navigation, search

WebAdapt.TCustomAdapterMultiValueFieldWebAdapt.TBaseAdapterMultiValueFieldWebAdapt.TAdapterUpdateField
TAdapterMultiValueField

Delphi

TAdapterMultiValueField = class(TCustomAdapterMultiValueField)

C++

class PASCALIMPLEMENTATION TAdapterMultiValueField : public TCustomAdapterMultiValueField

Properties

Type Visibility Source Unit Parent
class public
WebAdapt.pas
WebAdapt.hpp
WebAdapt WebAdapt

Description

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

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.

See Also

Personal tools
Translations