IsOpened Property
Retrieves whether serial port is open.
Access
Read only
Syntax
Delphi |
object.IsOpened: Boolean; |
---|---|
BCBuilder |
property bool IsOpened; |
Return Value
TRUE, if port is open, FALSE otherwise.
Retrieves whether serial port is open.
Read only
Delphi |
object.IsOpened: Boolean; |
---|---|
BCBuilder |
property bool IsOpened; |
TRUE, if port is open, FALSE otherwise.