RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterGrid Class

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

Pascal
TAdapterGrid = class(TCustomAdapterGrid);
C++
class TAdapterGrid : public TCustomAdapterGrid;

WebForm

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. 

 

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