Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
TIdIPWatch.Create
TIdIPWatch
Constructor for the object instance.
constructor
Create(AOwner: TComponent);
override
;
Description
Create is the constructor for the object instance, and performs the following operations:
Initializes the
IPHistoryList
.
Sets the
IsOnline
property to
False
.
Sets the Enabled property to
IP_WATCH_ACTIVE
.
Sets the
WatchInterval
to
IP_WATCH_INTERVAL
.
Clears the previous IP address.
Creates the
TIdIPWatchThread
used by the instance.
Sets the
HistoryEnabled
property to
IP_WATCH_HIST_ENABLED
.
Sets
IP_WATCH_HIST_FILENAME
as the default value for
HistoryFilename
.
Sets
IP_WATCH_HIST_MAX
as the default value for
MaxHistoryEntries
.