System.Tether.AppProfile.TRemoteResource.Value
Delphi
property Value: TResourceValue read FValue write SetValue;
C++
__property TResourceValue Value = {read=FValue, write=SetValue};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp |
System.Tether.AppProfile | TRemoteResource |
Description
Si vous modifiez Value et que NotifyUpdates vaut True, TRemoteResource exécute Broadcast après la mise à jour de Value.
Voir aussi
- System.Tether.AppProfile.TCustomRemoteItem.NotifyUpdates
- System.Tether.AppProfile.TCustomRemoteItem.Broadcast
- Exemple BDShoppingList
- Exemple MediaPlayer
- Exemple PhotoWall