Datasnap.DSProxyDispatcher.TDSProxyDispatcher.isSupportedProxy

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also