System.Tether.AppProfile.TRemoteResource.Value

From RAD Studio API Documentation
Jump to: navigation, search

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

Value of the resource.

If you change Value and NotifyUpdates is True, TRemoteResource executes Broadcast after it updates Value.

See Also