ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.PathUtils.TPathUtils.IsValidIP

Indicates whether the specified address is a valid IP address.

Syntax
Pascal
class function IsValidIP(const pAddress: string): boolean; static;
Parameters 
Description 
const pAddress: string 
The IP address to test. 

Boolean: True, if the address is a valid IPv4 or IPv6 address, false otherwise.