[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DBGrids' (#lcl)

TColumn.Create

Constructor for the TColumn instance

Declaration

Source position: dbgrids.pas line 289

public constructor TColumn.Create(

  ACollection: TCollection

); override;

Arguments

ACollection

  

Collection that owns the collection item

Description

Create is the constructor for the TColumn instance. Create calls the inherited Create constructor and sets the DesignIndex used for the new entry in the TCollection. Create is called by the TCollection.Add method and should not be called directly under normal circumstances.

See also

TGridColumn.Create

  

Create - constructor for TGridColumn: calls inherited Create, then creates a title and font, initialises a picklist and sets styles

TCollection

The latest version of this document can be found at lazarus-ccr.sourceforge.net.