System.Tether.AppProfile.TRemoteResource.Value

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

Delphi

property Value: TResourceValue read FValue write SetValue;

C++

__property TResourceValue Value = {read=FValue, write=SetValue};

プロパティ

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


説明

Value は、リソースの値です。

Value を変更すると NotifyUpdatesTrueになり、TRemoteResource は、Value の更新後に Broadcast を実行します。

関連項目