System.Tether.AppProfile.TRemoteResource.Value
Delphi
property Value: TResourceValue read FValue write SetValue;
C++
__property TResourceValue Value = {read=FValue, write=SetValue};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp |
System.Tether.AppProfile | TRemoteResource |
Description
If you change Value and NotifyUpdates is True
, TRemoteResource executes Broadcast after it updates Value.
See Also
- System.Tether.AppProfile.TCustomRemoteItem.NotifyUpdates
- System.Tether.AppProfile.TCustomRemoteItem.Broadcast
- BDShoppingList sample
- MediaPlayer sample
- PhotoWall sample