Gets and sets the number of seconds until a connection attempt
fails.
Syntax
[form.]object.Timeout [= seconds ]
Remarks
This property specifies the number of seconds that the control has
to establish a connection with a server. If a connection is
not established within that time period, the OnTimeout event
is fired and the control is reset. The default value for this
property is 20 seconds.
Data Type
Integer (Int32)
See Also
Interval Property,
OnStatus Event,
OnTimeout Event
|