Datasnap.DSProxyDispatcher.TDSProxyDispatcher.isSupportedProxy

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

Delphi

function isSupportedProxy(const Language: string;  out WriterID: string): Boolean;

C++

bool __fastcall isSupportedProxy(const System::UnicodeString Language, /* out */ System::UnicodeString &WriterID);

プロパティ

種類 可視性 ソース ユニット
function protected
Datasnap.DSProxyDispatcher.pas
Datasnap.DSProxyDispatcher.hpp
Datasnap.DSProxyDispatcher TDSProxyDispatcher


説明

指定されたプロキシがサポートされているかを確認します。

isSupportedProxy は、WriterID パラメータで指定されたプロキシがサポートされている場合は、True を、そうでない場合 False を返します。

Language は、プロキシのサポートが確認される言語を表します。

関連項目