Datasnap.DSProxyDispatcher.TDSProxyDispatcher.isSupportedProxy
Delphi
function isSupportedProxy(const Language: string; out WriterID: string): Boolean;
C++
bool __fastcall isSupportedProxy(const System::UnicodeString Language, /* out */ System::UnicodeString &WriterID);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Datasnap.DSProxyDispatcher.pas Datasnap.DSProxyDispatcher.hpp |
Datasnap.DSProxyDispatcher | TDSProxyDispatcher |
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.