System.Tether.AppProfile.TResourceValue.AsStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsStream: TStream read FStream;

C++

__property System::Classes::TStream* AsStream = {read=FStream};

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 TStream.

See Also