RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumn.Create Constructor

Creates and initializes a data-grid column.

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

Call Create to instantiate a TColumn object. Create should take a TDBGridColumns instance as its argument. It creates a data-grid column along with its title (TColumnTitle) and font (TFont). 

 

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