WebForm.TAdapterGrid

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From WebForm.pas

TAdapterGrid = class(TCustomAdapterGrid)


Unit: WebForm

Type: class

Inherited Class Members: WebForm.TAdapterGrid Members

C++ Information

From WebForm.hpp

TAdapterGrid = class(TCustomAdapterGrid)


Unit: WebForm

Type: class

Inherited Class Members: WebForm.TAdapterGrid Members

Class Constructors & Destructors: WebForm.TAdapterGrid Constructors

Description

TAdapterGrid is a container for Adapter display field components such as TAdapterDisplayColumn. TAdapterGrid generates an HTML table.


Add TAdapterGrid as a child of TAdapterForm. TAdapterGrid is associated with an Adapter. All of it's child display field components will use the same Adapter.

If no display fields have been explicitly added to the TAdapterGrid, 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 TAdapterGrid may change the default display type or input type of Adapter fields. This may cause the display field children of TAdapterGrid to change appearance.

Use the properties and methods of TAdapterGrid to:

Specify the associated Adapter.

Specify when the Adapter Mode.

Specify whether default fields should be added.

Customize the appearance of the HTML table.

See Also

Personal tools
Translations
Newest Version