mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 19:56:03 +02:00
LCL: Added read-only public property property WidthType: TWidth for Delphi compatibility.issue #7642
git-svn-id: trunk@35161 -
This commit is contained in:
parent
dce2a00f90
commit
37b1897033
@ -1109,6 +1109,7 @@ type
|
||||
constructor Create(ACollection: TCollection); override;
|
||||
destructor Destroy; override;
|
||||
procedure Assign(ASource: TPersistent); override;
|
||||
property WidthType: TWidth read FWidth;
|
||||
published
|
||||
property Alignment: TAlignment read FAlignment write SetAlignment default taLeftJustify;
|
||||
property AutoSize: Boolean read FAutoSize write SetAutoSize default False;
|
||||
|
Loading…
Reference in New Issue
Block a user