Przeglądaj źródła

Fixed bug #8875

git-svn-id: trunk@7335 -
michael 18 lat temu
rodzic
commit
c9c82ddbf8
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
   public
     property Name : string read FName write SetDisplayName;
-    property DisplayName : string read GetDisplayName;
+    property DisplayName : string read GetDisplayName write SetDisplayName;
   end;
 
   { TDefCollection }