API:System.Tether.AppProfile.TLocalResource.MarshalToJSON

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function MarshalToJSON: TJSONObject; override;

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TLocalResource

説明

TCustomLocalItem から JSON オブジェクトへ、ブロードキャストする情報をコピーします。

System.Tether.AppProfile.TLocalResource.MarshalToJSON は System.Tether.AppProfile.TCustomLocalItem.MarshalToJSON を継承しています。以下の内容はすべて System.Tether.AppProfile.TCustomLocalItem.MarshalToJSON を参照しています。 TCustomLocalItem から JSON オブジェクトへ、ブロードキャストする情報をコピーします。

TCustomLocalItem の下位クラス(TLocalResource など)がこのメソッドを実装します。

関連項目