System.Tether.NetworkAdapter.TTetheringNetworkAdapterMulticast_V6.IsIP

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
System.Tether.NetworkAdapter.pas
System.Tether.NetworkAdapter.hpp
System.Tether.NetworkAdapter TTetheringNetworkAdapterMulticast_V6

説明

指定された文字列がこのネットワーク アダプタがサポートする IP アドレスである場合に True を、そうでなければ False を返します。

System.Tether.NetworkAdapter.TTetheringNetworkAdapterMulticast V6.IsIP は System.Tether.NetworkAdapter.TTetheringNetworkAdapterCommon.IsIP を継承しています。以下の内容はすべて System.Tether.NetworkAdapter.TTetheringNetworkAdapterCommon.IsIP を参照しています。

指定された文字列がこのネットワーク アダプタがサポートする IP アドレスである場合に True を、そうでなければ False を返します。

関連項目