API:Data.DBXCommon.TDBXWritableValue.AsStream
Delphi
property AsStream: TStream read GetAsStream write SetAsStream;
C++
__property System::Classes::TStream* AsStream = {read=GetAsStream, write=SetAsStream};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXWritableValue |
Description
AsStream is the TStream representation of this TDBXValue.
Data.DBXCommon.TDBXWritableValue.AsStream inherits from Data.DBXCommon.TDBXValue.AsStream. All content below this line refers to Data.DBXCommon.TDBXValue.AsStream.
AsStream is the TStream representation of this TDBXValue.
If there is no supported conversion to this type, an exception is raised.