Topic Path: Symbol Reference > Constants > IdTimeoutInfinite Constant
ContentsIndexHome
PreviousUpNext
IdTimeoutInfinite Constant

Indicates that an infinite timeout value should be used.

File
IdTimeoutInfinite = -2;

IdTimeoutInfinite is a constant Integer value that indicates an infinite timeout value should be used in methods that initiate connection, reading, or writing to remote computer systems. IdTimeoutInfinite indicates that no timeout occurs, and a response to the requested action is required. 

Use TIdTimeoutDefault to use the default timeout value for connect, read, or write operations.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.