Datasnap.DSHTTP.TCustomDSRESTServerTransport.SetResultEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetResultEvent(const RestEvent: TDSRESTResultEvent);

C++

void __fastcall SetResultEvent(const Datasnap::Dshttpcommon::TDSRESTResultEvent RestEvent);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TCustomDSRESTServerTransport

Beschreibung

Weist ein neues Datasnap.DSHTTPCommon.TDSRESTResultEvent zu.

Mit der Methode SetResultEvent wird dem HTTP-Server ein neues REST-Ereignis zugewiesen. Das REST-Ereignis hat den Typ Datasnap.DSHTTPCommon.TDSRESTResultEvent.

Siehe auch