[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the default text used as the column title for the specified column number.
Source position: grids.pas line 1076
protected function TCustomGrid.GetDefaultColumnTitle( |
Column: Integer |
):string; virtual; |
Column |
|
Column number for the default title text. |
Default text used as the column title for the specified column.
GetDefaultColumnTitle provides the text used for the specified column number when Columns have not been enabled for the grid control. GetDefaultColumnTitle always returns an empty strng ('') in TCustomGrid.
GetDefaultColumnTitle is called from the GetColumnTitle method.
lazarus-ccr.sourceforge.net |