Data.DBXCommon.TDBXValue.AsStream
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXValue |
Delphi
property AsStream: TStream read GetAsStream;
C++
__property System::Classes::TStream* AsStream = {read=GetAsStream};
Description
AsStream is the TStream representation of this TDBXValue.
If there is no supported conversion to this type, an exception is raised.