mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 13:00:17 +02:00
LCL: grids, column title setcaption now is virtual from Alexey Lagunov
git-svn-id: trunk@11274 -
This commit is contained in:
parent
85bdb2d7b8
commit
d5c1b8122e
@ -318,7 +318,6 @@ type
|
||||
function IsFontStored: boolean;
|
||||
function IsLayoutStored: boolean;
|
||||
procedure SetAlignment(const AValue: TAlignment);
|
||||
procedure SetCaption(const AValue: string);
|
||||
procedure SetColor(const AValue: TColor);
|
||||
procedure SetFont(const AValue: TFont);
|
||||
procedure SetLayout(const AValue: TTextLayout);
|
||||
@ -329,6 +328,7 @@ type
|
||||
function GetDefaultAlignment: TAlignment;
|
||||
function GetDefaultColor: TColor;
|
||||
function GetDefaultLayout: TTextLayout;
|
||||
procedure SetCaption(const AValue: string); virtual;
|
||||
public
|
||||
constructor Create(TheColumn: TGridColumn); virtual;
|
||||
destructor Destroy; override;
|
||||
|
Loading…
Reference in New Issue
Block a user