System.Tether.AppProfile.TLocalAction.MarshalToJSON

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MarshalToJSON: TJSONObject; override;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TLocalAction

Description

Copies the information from TCustomLocalItem into a JSON object to be broadcasted.

System.Tether.AppProfile.TLocalAction.MarshalToJSON inherits from System.Tether.AppProfile.TCustomLocalItem.MarshalToJSON. All content below this line refers to System.Tether.AppProfile.TCustomLocalItem.MarshalToJSON. Copies the information from TCustomLocalItem into a JSON object to be broadcasted.

Descendants of TCustomLocalItem, such as TLocalResource, implement this method.

See Also