[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the default title displayed for the specified column
Source position: dbgrids.pas line 466
protected function TCustomDBGrid.GetDefaultColumnTitle( |
Column: Integer |
):string; override; |
Column |
|
Column number to locate in the Fields for the grid control |
Default title for the column
GetDefaultColumnTitle is an overridden String function used to get the default title displayed for the specified column number. GetDefaultColumnTitle gets the TField used for the column (when available) and uses its DisplayName as the return value for the method. The return value is an empty String ('') when a TField instance is not available for the specified column.
lazarus-ccr.sourceforge.net |