Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.GetMethodRequestType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetMethodRequestType(const ProxyClass: TDSProxyClass;  const Method: TDSProxyMethod): string; virtual;

C++

virtual System::UnicodeString __fastcall GetMethodRequestType(Datasnap::Dscommonproxy::TDSProxyClass* const ProxyClass, Datasnap::Dscommonproxy::TDSProxyMethod* const Method);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Datasnap.DSCustomConnectorProxyWriter TDSCustomConnectorProxyWriter

Description

Renvoie le type de requête de Method sous forme de chaîne.

Voici une liste des valeurs possibles :

Type de requête Valeur de retour

Put

'PUT'

Post

'POST'

Get

'GET'

Delete

'DELETE'

Voir aussi