Datasnap.DSHTTP.TCustomDSRESTServerTransport.OnFormatResult

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnFormatResult: TDSRESTResultEvent read GetResultEvent write SetResultEvent;

C++

__property Datasnap::Dshttpcommon::TDSRESTResultEvent OnFormatResult = {read=GetResultEvent, write=SetResultEvent};

プロパティ

種類 可視性 ソース ユニット
event public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TCustomDSRESTServerTransport


説明

REST 呼び出しの結果が構築されているときに呼び出されるイベントです。

OnFormatResult は、REST 呼び出しの結果が構築されているときに呼び出されるイベントです。結果は、このイベントで書式や内容を変更することができます。

関連項目