Datasnap.DSService.TDSRESTMethodNameMapEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
Datasnap.DSService.pas
Datasnap.DSService.hpp
Unit: Datasnap.DSService
Parent: Datasnap.DSService

Delphi

TDSRESTMethodNameMapEvent = procedure(Sender: TObject; const RequestType, ClassName, MethodName: String;
var DSMethodName: String) of object;

C++

typedef void __fastcall (__closure *TDSRESTMethodNameMapEvent)(System::TObject* Sender, const System::UnicodeString RequestType, const System::UnicodeString ClassName, const System::UnicodeString MethodName, System::UnicodeString &DSMethodName);

Description

Embarcadero Technologies does not currently have any additional information.