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