LCL: added DefaultWidth property to grid column. Issue #28959

git-svn-id: trunk@50267 -
This commit is contained in:
ondrej 2015-11-10 04:27:18 +00:00
parent d49143fd83
commit d810d222de

View File

@ -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;