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

Returns the string value of the received stream, if available. If the stream is not available, then AsString returns the value of the received string.

See Also