Web.DBWeb.THTMLTableColumn.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Collection: TCollection); override;

C++

__fastcall virtual THTMLTableColumn(System::Classes::TCollection* Collection);

Properties

Type Visibility Source Unit Parent
constructor public
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb THTMLTableColumn

Description

Creates an instance of THTMLTableColumn.

Do not call Create to create and initialize a THTMLTableColumn object. Columns created using the Columns editor at design time are created automatically. At run time, create THTMLTableColumn objects using the Add or Insert method of the THTMLTableColumns object that manages them.

After allocating the THTMLTableColumn object, Create tells the associated TDSTableProducer object to update its layout.

See Also