Datasnap.DSHTTP.TCustomDSRESTServerTransport.SetResultEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TCustomDSRESTServerTransport

Delphi

procedure SetResultEvent(const RestEvent: TDSRESTResultEvent);

C++

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

Description

Assigns a new Datasnap.DSHTTPCommon.TDSRESTResultEvent.

The SetResultEvent method is used to assign a new REST event to the HTTP server. The REST event is of type Datasnap.DSHTTPCommon.TDSRESTResultEvent.

See Also