[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 1101
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 string ('') in TCustomGrid.
GetDefaultColumnTitle is called from the GetColumnTitle method.
Version 4.0 | Generated 2025-05-03 | Home |