* Set the default alignment of TNumericFields to taRightJustify. (Patch from Jesus Reyes, bug #9456)

git-svn-id: trunk@10346 -
This commit is contained in:
joost 2008-02-16 22:43:30 +00:00
parent 0fcaf1f671
commit d176f7a417

View File

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