|
This property indicates whether the ThbComPort component is enabled to send and receive data or not. If ThbComPort is used with a serial port and the ThbComPort.PortName property is set, it also indicates whether the communication port (handle) is opened or closed. If TThbComPort is used in conjunction with ThbTapiLine, the handle is opened and closed by the call. Example 1: procedure TForm1.hbTapiLine1Connected(Sender:
ThbTapiLine; Call: ThbTapiCall); Example 2: procedure TForm1.ButtonActivate(Sender: TObject); AvailabilityDesign-Time: Read, Write / Run-Time: Read, Write Declarationproperty Active: Boolean; See AlsoThbTapiLine.OnConnected, ThbComPort. OnReceive, ThbComPort.Write |