Data.DBXCommon.TDBXValue.AsStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsStream: TStream read GetAsStream;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

Description

AsStream is the TStream representation of this TDBXValue.

If there is no supported conversion to this type, an exception is raised.

See Also