Datasnap.DSProxyDispatcher.TDSProxyDispatcher.isSupportedProxy
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSProxyDispatcher.pas Datasnap.DSProxyDispatcher.hpp
| |
Unit: Datasnap.DSProxyDispatcher | |
Parent: TDSProxyDispatcher |
Delphi
function isSupportedProxy(const Language: string;
out WriterID: string): Boolean;
C++
bool __fastcall isSupportedProxy(const System::UnicodeString Language, /* out */ System::UnicodeString &WriterID);
Description
Verifies whether the given proxy is supported.
isSupportedProxy returns True if the proxy given by the WriterID
parameter is supported, and False otherwise.
Language
represents the language for which the proxy is verified.