mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 08:00:45 +02:00
LCL: added DefaultWidth property to grid column. Issue #28959
git-svn-id: trunk@50267 -
This commit is contained in:
parent
d49143fd83
commit
d810d222de
@ -559,6 +559,7 @@ type
|
|||||||
procedure FillDefaultFont;
|
procedure FillDefaultFont;
|
||||||
function IsDefault: boolean; virtual;
|
function IsDefault: boolean; virtual;
|
||||||
property Grid: TCustomGrid read GetGrid;
|
property Grid: TCustomGrid read GetGrid;
|
||||||
|
property DefaultWidth: Integer read GetDefaultWidth;
|
||||||
property StoredWidth: Integer read GetStoredWidth;
|
property StoredWidth: Integer read GetStoredWidth;
|
||||||
property WidthChanged: boolean read FWidthChanged;
|
property WidthChanged: boolean read FWidthChanged;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user