RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableColumn.Create Constructor

Creates an instance of THTMLTableColumn.

Pascal
constructor Create(Collection: TCollection); override;
C++
virtual __fastcall THTMLTableColumn(TCollection Collection);

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

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

 

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