Internet Direct (Indy)
Home
PreviousUpNext
IdTimeoutDefault Constant

Indicates that the default timeout value should be used.

Pascal
IdTimeoutDefault = -1;

IdTimeoutDefault is a constant Integer value that indicates the default timeout value should be used in methods that initiate connection, reading, or writing to remote computer systems. IdTimeoutDefault indicates that timeouts occur based on the underlying protocol stack implementation, instead of relying on the read or write methods in the Indy library. 

IdTimeoutDefault is often used as the default value for a timeout argument supplied to methods in the Indy library. 

Use IdTimeoutInfinite to indicate that timeout values should not be used in the corresponding method.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.