mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 18:00:26 +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;
|
||||
function IsDefault: boolean; virtual;
|
||||
property Grid: TCustomGrid read GetGrid;
|
||||
property DefaultWidth: Integer read GetDefaultWidth;
|
||||
property StoredWidth: Integer read GetStoredWidth;
|
||||
property WidthChanged: boolean read FWidthChanged;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user