mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-07 08:07:17 +01:00
* Set the default alignment of TNumericFields to taRightJustify. (Patch from Jesus Reyes, bug #9456)
git-svn-id: trunk@10346 -
This commit is contained in:
parent
0fcaf1f671
commit
d176f7a417
@ -501,6 +501,7 @@ type
|
||||
public
|
||||
constructor Create(AOwner: TComponent); override;
|
||||
published
|
||||
property Alignment default taRightJustify;
|
||||
property DisplayFormat: string read FDisplayFormat write SetDisplayFormat;
|
||||
property EditFormat: string read FEditFormat write SetEditFormat;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user