Browse Source

* Make port not stored, since it is in params already

git-svn-id: trunk@35435 -
michael 8 years ago
parent
commit
00450470e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/src/sqldb/interbase/ibconnection.pp

+ 1 - 1
packages/fcl-db/src/sqldb/interbase/ibconnection.pp

@@ -131,7 +131,7 @@ type
     property LoginPrompt;
     property LoginPrompt;
     property Params;
     property Params;
     property OnLogin;
     property OnLogin;
-    Property Port;
+    Property Port stored false;
   end;
   end;
   
   
   { TIBConnectionDef }
   { TIBConnectionDef }