[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TColumnTitle is a TGridColumnTitle descendant.
Source position: dbgrids.pas line 249
type TColumnTitle = class(TGridColumnTitle) |
||
protected |
||
function GetDefaultCaption; override; |
|
Gets the default caption used as the title for the grid column. |
end; |
|
TColumnTitle is a TGridColumnTitle descendant. |
|
| | ||
|
Provides properties and methods need to represent a column title in a grid. |
|
| | ||
TObject |
TColumnTitle is a TGridColumnTitle descendant which ensures the correct caption is used as the title for a column in a data-aware grid.