System.Tether.NetworkAdapter.TTetheringNetworkAdapterMulticast_V6.IsIP

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual bool __fastcall IsIP(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 string is an IP address that this network adapter supports, or False otherwise.

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

Returns True if the specified string is an IP address that this network adapter supports, or False otherwise.

See Also