RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterGrid Class

TCustomAdapterGrid is the base class for Web items that generate an HTML table to display a datasetin an XML data packet or web application.

Pascal
C++
class TCustomAdapterGrid : public TAdapterControlGroup, public IAdapterDisplay, public IGetAdapterDisplayCharacteristics, public IAddFieldsEditor, public IGetAdapterFormLayout;

Use TCustomAdapterGrid as a base class for Web items that generate an HTML table to display multiple records of data supplied by an adapter component. All of the adapter grid's child Web items display field components that use the same adapter, which is specified by a property of the adapter grid. 

If no display fields are explicitly added to the adapter grid, it displays all of the adapter's display fields by default. The properties of default display fields cannot be modified. 

TCustomAdapterGrid introduces properties to 

Specify the associated Adapter 

Specify whether default fields should be added 

Customize the appearance of the HTML table. 

Do not create instances of TCustomAdapterGrid. Instead, use a descendant of TCustomAdapterGrid such as TAdapterGrid

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!