Internet Direct (Indy)
|
Indicates if an IP address is valid for the network settings.
function IsAddressInNetwork( Address: String ): Boolean;
Parameters |
Description |
Address |
IP address to be checked in "dotted-decimal" form, like 129.71.2.4. |
Boolean - True when valid.
IsAddressInNetwork is a Boolean function used to determine if a specific IP address is valid, based on the current network settings.
NetworkAddress and NetworkMask are used to determine the current network visibility.
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. |