System.Tether.AppProfile.TCustomLocalItem.MarshalToJSON

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

Delphi

function MarshalToJSON: TJSONObject; virtual; abstract;

C++

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

プロパティ

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


説明

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

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

関連項目