property DialTimeout : Integer
Default : 60
The number of seconds to wait for a connection after dialing the number.
When a dial attempt begins, the TApxModem component allows DialTimeout seconds for a connection result to be received from the modem. The timeout countdown starts when the Dial method is called. If the connection responses are not received within this time, a timeout occurs, the operation is cancelled and the OnModemFail event is generated.
See also: Dial, FailureCode, OnModemFail