Datasnap.DSHTTPCommon.TDSJsonResponseHandler.ResultEvent
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: public | |
| Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
| Unit: Datasnap.DSHTTPCommon | |
| Parent: TDSJsonResponseHandler | |
Delphi
property ResultEvent: TDSRESTResultEvent read FResultEvent write FResultEvent;
C++
__property TDSRESTResultEvent ResultEvent = {read=FResultEvent, write=FResultEvent};
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.