Datasnap.DSHTTPCommon.TDSJsonResponseHandler.ResultEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResultEvent: TDSRESTResultEvent read FResultEvent write FResultEvent;

C++

__property TDSRESTResultEvent ResultEvent = {read=FResultEvent, write=FResultEvent};

Properties

Type Visibility Source Unit Parent
event public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSJsonResponseHandler

Description

Event to call when a REST call is having its result built to be returned.

ResultEvent is an event to call when a REST call is having its result built to be returned.

See Also