Used to specify the port number for a TCP/IP connection.
property Port: integer default MYSQL_PORT;
Use the Port property to specify the port number for a TCP/IP connection. Note that TCustomDAConnection.Server property determines the type of the connection.
The default value is 3306.
The Port property can be used only if TCustomMyConnection.Options is set to False.