Provides a Timer-like thread for TIdIPWatch.
TIdIPWatchThread = class(TIdThread);
TIdIPWatchThread is a TIdThread descendant that provides the ability to monitor the local PC for new IP addresses at a defined interval. By default, TIdIPWatchThread awakens on a specified Interval and triggers the TimerEvent until the thread is Terminated.
TIdIPWatchThread is used in the implementation of TIdIPWatch and is created when the object instance becomes Active.
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. |