[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 284

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

  

Constructor for the class instance.

TCollection


Version 4.0 Generated 2025-05-03 Home