System.Tether.NetworkAdapter.TTetheringNetworkAdapterCommon.IsIPRange

From RAD Studio API Documentation
Revision as of 11:48, 31 March 2016 by AChaves (talk | contribs) (RS-75896)
Jump to: navigation, search

Delphi

function IsIPRange(const ATarget: string): Boolean; virtual;

C++

virtual bool __fastcall IsIPRange(const System::UnicodeString ATarget);

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.NetworkAdapter.pas
System.Tether.NetworkAdapter.hpp
System.Tether.NetworkAdapter TTetheringNetworkAdapterCommon

Description

Returns True if the specified IP address represents a range of IP addresses that this network manager supports or False otherwise.

ATarget must be a valid IP address.

See Also