Data.DBXCommon.TDBXValue.AsStream

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AsStream: TStream read GetAsStream;

C++

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

Propriétés

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

Description

AsStream est la représentation TStream de ce TDBXValue.

S'il n'existe pas de conversion supportée pour ce type, une exception est déclenchée.

Voir aussi