Internet Direct (Indy) Version 9.0.2 Beta
TIdIPAddressType
Represents the class type for an IP address.

TIdIPAddressType = (IPLocalHost, IPLocalNetwork, IPInternetHost, IPPrivateNetwork, IPLoopback, IPMulticast, IPGlobalBroadcast);
Description
TIdIPAddressType is an enumerated type that represents the values that can be used to indicate the address class type for the Network and Host portions of an IP Address. TIdIPAddressType can contain one of the following values and associated meanings:

TIdIPAddressType is the type used to represent the TIdNetworkCalculator.AddressType property.