[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the default horizontal alignment used for values in the grid control.
Source position: grids.pas line 1097
protected function TCustomGrid.GetDefaultColumnAlignment( |
Column: Integer |
):TAlignment; virtual; |
Column |
|
Column number is not used in the method |
Default horizontal alignment for the specified column.
GetDefaultColumnAlignment is a TAlignment function which provides the default horizontal alignment for text in the columns for the grid control. It is used in the GetColumnAlignment method when Columns are not Enabled for the control. GetDefaultColumnAlignment returns the Alignment value from DefaultTextStyle as stored in the constructor for the class instance.
|
Gets the horizontal Alignment for the specified column. |
|
|
Definitions for the columns displayed the grid. |
|
|
Default style used to display text including alignment, layout, wrapping, et. al. |
|
Version 4.0 | Generated 2025-05-03 | Home |