System.Tether.NetworkAdapter.TTetheringNetworkAdapterMulticast_V6.IsIPRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

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 TTetheringNetworkAdapterMulticast_V6

Description

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

System.Tether.NetworkAdapter.TTetheringNetworkAdapterMulticast V6.IsIPRange inherits from System.Tether.NetworkAdapter.TTetheringNetworkAdapterCommon.IsIPRange. All content below this line refers to System.Tether.NetworkAdapter.TTetheringNetworkAdapterCommon.IsIPRange.

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

ATarget must be a valid IP address.

See Also