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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|