property AutoOpen : Boolean
Default: True
Determines whether the port is automatically opened on demand.
If AutoOpen is True and a method or property that requires an open serial port is accessed, the TApxComPort component automatically opens the port. If AutoOpen is False, the port must be opened explicitly by setting the Open property to True.
See also: Open