[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 1072
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 aligment 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 in the grid. |
|
|
Default style used to display text; includes alignment, layout, and wrapping. |
|
TAlignment |
lazarus-ccr.sourceforge.net |