System.Tether.AppProfile.TResourceValue.AsString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsString: string read GetString;

C++

__property System::UnicodeString AsString = {read=GetString};

Properties

Type Visibility Source Unit Parent
property public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TResourceValue

Description

Actual value that TResourceValue wraps if the data type is string.

See Also