Datasnap.DSHTTP.TCustomDSRESTServerTransport.OnFormatResult
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: public | |
| Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
| Unit: Datasnap.DSHTTP | |
| Parent: TCustomDSRESTServerTransport | |
Delphi
property OnFormatResult: TDSRESTResultEvent read GetResultEvent write SetResultEvent;
C++
__property Datasnap::Dshttpcommon::TDSRESTResultEvent OnFormatResult = {read=GetResultEvent, write=SetResultEvent};
Description
Event to call when a REST call is having its result built.
OnFormatResult is an event to call when a REST call is having its result built. The result can be modified by this event, changing its format or content.