Difference between revisions of "System.Tether.NetworkAdapter.TTetheringNetworkAdapterCommon.IsIPRange"

From RAD Studio API Documentation
Jump to: navigation, search
(RS-75896)
(RS_75896)
 
Line 3: Line 3:
 
{{#ifeq: {{PAGENAME}} | System.Tether.NetworkAdapter.TTetheringNetworkAdapterCommon.IsIPRange| |{{InheritsFrom|System.Tether.NetworkAdapter.TTetheringNetworkAdapterCommon.IsIPRange}}}}
 
{{#ifeq: {{PAGENAME}} | System.Tether.NetworkAdapter.TTetheringNetworkAdapterCommon.IsIPRange| |{{InheritsFrom|System.Tether.NetworkAdapter.TTetheringNetworkAdapterCommon.IsIPRange}}}}
  
<section begin=short />Returns {{True}} if the specified [[Wikipedia:IP address|IP address]] represents a range of IP addresses that this network manager supports or {{False}} otherwise.<section end=short />
+
<section begin=short />Returns {{True}} if the specified [[Wikipedia:IP address|IP address]] represents a range of IP addresses that this network adapter supports or {{False}} otherwise.<section end=short />
  
 
{{Arg|ATarget}} must be a [[System.Tether.NetworkAdapter.TTetheringNetworkAdapterCommon.IsIP|valid IP address]].
 
{{Arg|ATarget}} must be a [[System.Tether.NetworkAdapter.TTetheringNetworkAdapterCommon.IsIP|valid IP address]].

Latest revision as of 11:48, 31 March 2016

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 adapter supports or False otherwise.

ATarget must be a valid IP address.

See Also