2
0
Эх сурвалжийг харах

Fixed bug #8875

git-svn-id: trunk@7335 -
michael 18 жил өмнө
parent
commit
c9c82ddbf8

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

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