REST.Backend.PushTypes.IBackendPushApi2.PushDataAsJSON

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PushDataAsJSON(const AData: TPushData): TJSONObject;

C++

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

Properties

Type Visibility Source Unit Parent
function public
REST.Backend.PushTypes.pas
REST.Backend.PushTypes.hpp
REST.Backend.PushTypes IBackendPushApi2

Description

Create a TJSONObject that represents TPushData.

See Also