Datasnap.DSProxyDispatcher.TDSProxyDispatcher.isSupportedProxy

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Datasnap.DSProxyDispatcher.pas
Datasnap.DSProxyDispatcher.hpp
Datasnap.DSProxyDispatcher TDSProxyDispatcher


Description

Vérifie si le proxy donné est supporté.

isSupportedProxy renvoie True si le proxy donné par le paramètre WriterID est supporté, et False sinon.

Language représente le langage pour lequel le proxy est vérifié.

Voir aussi