Indicates whether the specified address is a valid IP address.
class function IsValidIP(const pAddress: string): boolean; static;
Boolean: True, if the address is a valid IPv4 or IPv6 address, false otherwise.
IsValidIPv6
IsValidIPv4
Jam.Shell.PathUtils.TPathUtils