REST.Backend.ServiceComponents.TCustomBackendPush.Extras

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

Delphi

property Extras: TExtrasCollection read FExtras write SetExtras;

C++

__property TExtrasCollection* Extras = {read=FExtras, write=SetExtras};

プロパティ

種類 可視性 ソース ユニット
property public
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents TCustomBackendPush


説明

Push メソッドを使用した際に、送られるデータを示します。

関連項目