System.Tether.AppProfile.TLocalAction.MarshalToJSON

From RAD Studio API Documentation

Delphi

function MarshalToJSON: TJSONObject; override;

C++

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

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. {{#multireplace:System.Tether.AppProfile.TLocalAction.MarshalToJSON|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Tether.AppProfile.TCustomLocalItem.MarshalToJSON|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Tether.AppProfile.TCustomLocalItem.MarshalToJSON|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Copies the information from TCustomLocalItem into a JSON object to be broadcasted.

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

See Also