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

Indicates whether the specified address is a valid IPv4 address.

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

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