[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TGridColumnTitle - the title for a column in a grid
Source position: grids.pas line 349
type TGridColumnTitle = class(TPersistent) |
||
protected |
||
procedure Assign(); override; |
|
|
function GetDefaultCaption; virtual; |
|
|
function GetDefaultAlignment; |
|
|
function GetDefaultColor; |
|
|
function GetDefaultLayout; |
|
|
procedure SetCaption(); virtual; |
|
|
public |
||
constructor Create(); virtual; |
|
|
destructor Destroy; override; |
|
|
procedure FillTitleDefaultFont; |
|
|
function IsDefault; |
|
|
property Column: TGridColumn; [r] |
|
|
published |
||
property Alignment: TAlignment; [rws] |
|
|
property Layout: TTextLayout; [rws] |
|
|
|
||
|
||
|
||
end; |
|
TGridColumnTitle - the title for a column in a grid |
|
| | ||
| | ||
TObject |
TGridColumnTitle - the title for a column in a grid
The actual title is held in Caption
Column refers to the Grid Column to which the Title is attached
lazarus-ccr.sourceforge.net |