Datasnap.DSProxyDispatcher.TDSProxyDispatcher.isSupportedProxy

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Datasnap.DSProxyDispatcher.pas
Datasnap.DSProxyDispatcher.hpp
Datasnap.DSProxyDispatcher TDSProxyDispatcher

Beschreibung

Überprüft, ob der angegebene Proxy unterstütz wird.

isSupportedProxy gibt True zurück, wenn der im Parameter WriterID angegebene Proxy unterstützt wird, ansonsten False.

Language repräsentiert die Sprache, für die der Proxy überprüft wird.

Siehe auch