Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
TIdIPWatch.Destroy
TIdIPWatch
,
See Also
Frees the class instance.
destructor
Destroy;
override
;
Description
Destroy is the destructor for the class instance. Prior to calling the
SaveHistory
inherited Destroy method,
TIdIPWatch
performs the following operations:
Ensures that
CurrentIP
is in the
IPHistoryList
.
Disables the
TIdIPWatch
instance.
Saves the history list in
IPHistoryList
to the file identified by
HistoryFilename
.
Frees the
IPHistoryList
.