REST.Backend.PushTypes.IBackendPushApi2.PushDataAsJSON

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

Delphi

function PushDataAsJSON(const AData: TPushData): TJSONObject;

C++

virtual System::Json::TJSONObject* __fastcall PushDataAsJSON(TPushData* const AData) = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
REST.Backend.PushTypes.pas
REST.Backend.PushTypes.hpp
REST.Backend.PushTypes IBackendPushApi2


説明

TPushData を表す TJSONObject インスタンスを作成します。

関連項目