Browse Source

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

git-svn-id: trunk@10346 -
joost 17 years ago
parent
commit
d176f7a417
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-db/src/base/db.pas

+ 1 - 0
packages/fcl-db/src/base/db.pas

@@ -501,6 +501,7 @@ type
   public
   public
     constructor Create(AOwner: TComponent); override;
     constructor Create(AOwner: TComponent); override;
   published
   published
+    property Alignment default taRightJustify;
     property DisplayFormat: string read FDisplayFormat write SetDisplayFormat;
     property DisplayFormat: string read FDisplayFormat write SetDisplayFormat;
     property EditFormat: string read FEditFormat write SetEditFormat;
     property EditFormat: string read FEditFormat write SetEditFormat;
   end;
   end;