Vcl.DBGrids.TColumn.Title

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  Title: TColumnTitle read FTitle write SetTitle;

C++

__property TColumnTitle* Title = {read=FTitle, write=SetTitle};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TColumn

Description

Indicates the TColumn Title that represents the column's title.

The Title property points to a TColumn Title object that determines attributes of the column's title. If FieldName is set, the value of FieldName becomes the default column title (the Caption property of the TColumn Title object).

The column title appears at runtime only if the dgTitles flag is set in the data grid's Options property.

See Also