System.Tether.AppProfile.TRemoteResource.Value

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Value: TResourceValue read FValue write SetValue;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TRemoteResource


Beschreibung

Wert der Ressource.

Wenn Sie Value ändern und NotifyUpdates True ist, führt TRemoteResource nach dem Aktualisieren von Value Broadcast aus.

Siehe auch