Internet Direct (Indy)
Home
PreviousUpNext
TIdIPWatch.IPHistoryList Property

IPHistoryList is a list of IP addresses detected on the local computer.

Pascal
property IPHistoryList: TIdStringList;

IPHistoryList is a read-only TStringList property used as a container for IP addresses detected by the TIdIPWatch class instance. IPHistoryList does not record an empty IP address ('') or the local IP address 127.0.0.1. IPHistoryList does not record an IP address when the most recent IP address in the history list matches the current IP address. 

IPHistoryList is updated in the methods CheckStatus and Destroy

The IPHistoryList can contain a maximum number of entries identified in the MaxHistoryEntries property. When the the number of entries exceeds MaxHistoryEntries, the oldest IP address in the history list will be deleted.

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.