Identifies the idle timeout value in milliseconds.
property IdleTimeOut: integer;
IdleTimeOut is an Integer property that specifies the number of milliseconds allowed to elapse in calls to Sleep.
The default value for IdleTimeout is ID_Default_TIdAntiFreezeBase_IdleTimeOut, as used in VCL Component streaming and the Create constructor.
IdleTimeout is used in TIdIOHandlerStack when handling timeouts during a client connection.
IdleTimeout is used in TIdSocketHandle.Readable when checking if the connection is available for read operations.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|