[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The TGridColumn instance where the title is used.
Source position: grids.pas line 500
public property TGridColumnTitle.Column : TGridColumn |
Column is a read-only TGridColumn property with the grid column where the class instance is used as the Title property. Its value is assigned in Create using the argument passed to the constructor.
Column allows access to properties and methods in the grid column owner, including the Grid where the column is defined. It is used in methods like: FontChanged, FillTitleDefaultFont, FixDesignFontsPPI, and ScaleFontsPPI. It is also used when properties are changed which affect the column definition, including: Alignment, Color, Font, ImageIndex, ImageLayout, Layout, MultiLine, and PrefixOption.
|
Horizontal alignment for the text in the column title. |
|
|
The background color for the column title. |
|
|
Contains the typeface and text attributes for the Caption displayed in the column title. |
|
|
Ordinal position for the image displayed in the fixed header for the column title. |
|
|
The layout used for any image in the column title. |
|
|
Vertical alignment for the Caption text displayed in the column title. |
|
|
Indicates whether the column title can be displayed as multiple lines. |
|
|
Indicates if accelerator keys are used in the column title. |
|
|
Contains the attributes for the title in the fixed header for the column. |
|
|
The grid control to which this column belongs. |
Version 4.0 | Generated 2025-05-03 | Home |