[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TCustomGrid.GetDefaultColumnTitle

Gets the default text used as the column title for the specified column number.

Declaration

Source position: grids.pas line 1076

protected function TCustomGrid.GetDefaultColumnTitle(

  Column: Integer

):string; virtual;

Arguments

Column

  

Column number for the default title text.

Function result

Default text used as the column title for the specified column.

Description

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.