System.Tether.AppProfile.TLocalResource.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: TResourceValue read FResValue write SetValue;

C++

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

Properties

Type Visibility Source Unit Parent
property published
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TLocalResource

Description

Value that this instance of TLocalResource encapsulates.

See Also