System.Tether.AppProfile.TRemoteResource.UpdateValue

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

Delphi

procedure UpdateValue(ADataType: TResourceType; const AJSONValue: TJSONValue);

C++

void __fastcall UpdateValue(TResourceType ADataType, System::Json::TJSONValue* const AJSONValue);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TRemoteResource


説明

リソースデータ型を更新します。

ADataType は、TResourceType のインスタンスです。AJSONValue は、TJSONValueTJSONNumberTJSONString。指定されたリソース型によって変わる)のサブクラスのインスタンスで、リソースに対する新しいを保有しています。

関連項目