REST.Backend.PushTypes.IBackendPushApi2.PushDataAsJSON

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function PushDataAsJSON(const AData: TPushData): TJSONObject;

C++

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

Propriétés

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


Description

Crée une instance de TJSONObject qui représente TPushData.

Voir aussi