System.Tether.AppProfile.TCustomLocalItem.MarshalToJSON

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function MarshalToJSON: TJSONObject; virtual; abstract;

C++

virtual System::Json::TJSONObject* __fastcall MarshalToJSON() = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TCustomLocalItem


Description

Copie les informations à partir de TCustomLocalItem dans un objet JSON à diffuser.

Les descendants de TCustomLocalItem, tels que TLocalResource, implémentent cette méthode.

Voir aussi