System.Tether.NetworkAdapter.TTetheringNetworkAdapterCommon.IsIP

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

Delphi

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

C++

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

プロパティ

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


説明

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

関連項目