[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Horizontal alignment for the text in the column title.
Source position: grids.pas line 502
published property TGridColumnTitle.Alignment : TAlignment |
Alignment is a TAlignment property which controls the horizontal alignment for the text in the Caption property. The default alignment is taLeftJustify, as returned from GetDefaultAlignment, and causes the title to be displayed aligned to the left edge of the column.
Changing the value for the property causes the ColumnChanged method in Column to be called to update the collection item and reset its WidthChanged property.
Use Layout to control the vertical alignment for the text displayed in the column title.
Use ImageLayout to control the position for the glyph image displayed in the fixed header cell for the column title.
|
Text displayed as the title for the grid column. |
|
|
Returns the default alignment 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. |
|
|
Performs actions needed when a column in the grid is changed. |
|
|
True when the width for the column has been changed. |
|
Version 4.0 | Generated 2025-05-03 | Home |