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

git-svn-id: trunk@35435 -
This commit is contained in:
michael 2017-02-14 21:17:38 +00:00
parent 12dddfb6c8
commit 00450470e2

View File

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