RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumn.Title Property

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

Pascal
property Title: TColumnTitle;
C++
__property TColumnTitle 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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!