Datasnap.DSHTTP.TCustomDSRESTServerTransport.FormatResult
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: public | |
| Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
| Unit: Datasnap.DSHTTP | |
| Parent: TCustomDSRESTServerTransport | |
Delphi
property FormatResult: TDSRESTResultEvent read GetResultEvent write SetResultEvent; // Old name
C++
__property Datasnap::Dshttpcommon::TDSRESTResultEvent FormatResult = {read=GetResultEvent, write=SetResultEvent};
Description
Event to call when a REST call is having its result built.
FormatResult 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.