TMedConnection.MedSocket TMedConnection

property MedSocket: string ;

Description

Property is used to specify socket number of the Mediator server to be used for this connection. Should be set before opening connection of type ctMEDSRV.

Socket number should be set as four digit hex value. Default value is '19C8'. This value should correspond to the socket number configured at the Mediator server side.

Example:

cn.MedSocket := '19C8'; // value equal to default - not needed