瀏覽代碼

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

git-svn-id: trunk@10346 -
joost 17 年之前
父節點
當前提交
d176f7a417
共有 1 個文件被更改,包括 1 次插入0 次删除
  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
     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;