Internet Direct (Indy)
Home
PreviousUpNext
TIdIPAddrMon.IPAddresses Property

Represents the current IP addresses assigned to network adapters in the local system.

Pascal
property IPAddresses: TIdStrings;

IPAddresses is a read-only TStrings property that represents the current IP addresses assigned for adapters in the local system. 

Resources for the IPAddresses property are assigned during initialization of the component. 

Resources for the IPAddresses property are freed in the Destroy method. 

Values in the IPAddresses property are updated when CheckAdapters is called, either manually using ForceCheck or during execution of the Thread for the component. 

Values are added to IPAddresses when a new IP address is detected for a network adapter in the local system. Values are removed from IPAddresses when an IP address is no longer in use for a network adapter in the local system. 

Values stored in the IPAddresses property are used when executing the protected method that triggers the OnStatusChanged event handler.

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.