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

Indicates whether the specified address is a valid IPv6 address.

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

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