Datasnap.DSHTTP.TCustomDSRESTServerTransport.TParseRequestEvent
| [–] Properties | |
|---|---|
| Type: type typedef
| |
| Visibility: public | |
| Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
| Unit: Datasnap.DSHTTP | |
| Parent: TCustomDSRESTServerTransport | |
Delphi
TParseRequestEvent = procedure(Sender: TObject; const ARequest: string; const ASegments: TStrings;
var ADSMethodName: string; const AParamValues: TStrings) of object;
C++
typedef void __fastcall (__closure *TParseRequestEvent)(System::TObject* Sender, const System::UnicodeString ARequest, System::Classes::TStrings* const ASegments, System::UnicodeString &ADSMethodName, System::Classes::TStrings* const AParamValues);
Description
Embarcadero Technologies does not currently have any additional information.