Vcl.DBGrids.TColumnTitle.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Column: TColumn);

C++

__fastcall TColumnTitle(TColumn* Column);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TColumnTitle

Description

Creates and initializes a column title.

Call Create to instantiate an instance of TColumnTitle. Create takes a TColumn instance as its argument.

Most applications need not create column title instances, as these are instantiated by the associated column.

See Also