property PromptForPort : Boolean
Default: True
Indicates whether the user should be prompted for the serial port number.
If PromptForPort is True and ComNumber is zero, a dialog is displayed to prompt the user for the serial port when the port is opened.
If PromptForPort isFalse and ComPort is zero, an ENoPortSelected exception is raised when the port is opened. This is the same behavior as older versions of Async Professional CLX, which do not have a PromptForPort property.
See also: ComNumber