瀏覽代碼

Fixed bug #8875

git-svn-id: trunk@7335 -
michael 18 年之前
父節點
當前提交
c9c82ddbf8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fcl-db/src/db.pas

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

@@ -143,7 +143,7 @@ type
     procedure SetDisplayName(const AValue: string); override;
     procedure SetDisplayName(const AValue: string); override;
   public
   public
     property Name : string read FName write SetDisplayName;
     property Name : string read FName write SetDisplayName;
-    property DisplayName : string read GetDisplayName;
+    property DisplayName : string read GetDisplayName write SetDisplayName;
   end;
   end;
 
 
   { TDefCollection }
   { TDefCollection }