WebForm.TAdapterFieldGroup

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From WebForm.pas

TAdapterFieldGroup = class(TCustomAdapterFieldGroup)


Unit: WebForm

Type: class

Inherited Class Members: WebForm.TAdapterFieldGroup Members

C++ Information

From WebForm.hpp

TAdapterFieldGroup = class(TCustomAdapterFieldGroup)


Unit: WebForm

Type: class

Inherited Class Members: WebForm.TAdapterFieldGroup Members

Class Constructors & Destructors: WebForm.TAdapterFieldGroup Constructors

Description

TAdapterFieldGroup is a container for Adapter display field components such as TAdapterDisplayField. TAdapterFieldGroup labels and fields in an HTML form.


Add TAdapterFieldGroup as a child of TAdapterForm.

TAdapterFieldGroup is associated with an Adapter. All of its child display field components will use the same Adapter.

If no display fields have been explicitly added to the TAdapterFieldGroup, display fields associated with all of the Adapter fields will be added by default. The properties of default display fields cannot be modified.

Modifying the AdapterMode property of TAdapterFieldGroup may change the default display type or input type of Adapter fields. This may cause the display field children of TAdapterFieldGroup to change appearance.

Use the properties and methods of TAdapterFieldGroup to:

Specify the associated Adapter.

Specify when the Adapter Mode.

Specify whether default fields should be added.

See Also

Personal tools
Translations
Newest Version