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

TColumn.Create

Creates a new instance of this collection item.

Declaration

Source position: dbgrids.pas line 235

public constructor TColumn.Create(

  ACollection: TCollection

); override;

Description

Create instantiates a new item in a TCollection. It is called by the TCollection.Add function and should under normal circumstances never be called directly.