System.Tether.AppProfile.TRemoteResource.Value
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 を変更すると NotifyUpdates は Trueになり、TRemoteResource は、Value の更新後に Broadcast を実行します。
関連項目
- System.Tether.AppProfile.TCustomRemoteItem.NotifyUpdates
- System.Tether.AppProfile.TCustomRemoteItem.Broadcast
- BDShoppingList サンプル
- MediaPlayer サンプル
- PhotoWall サンプル