Data.DBXCommon.TDBXWideCharsValue.GetStream

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXWideCharsValue

Delphi

function  GetStream(AInstanceOwner: Boolean): TStream; override;

C++

virtual System::Classes::TStream* __fastcall GetStream(bool AInstanceOwner)/* overload */;
inline System::Classes::TStream* __fastcall  GetStream(){ return TDBXValue::GetStream(); }

Description

Gets the TStream value for binary data types.

Data.DBXCommon.TDBXWideCharsValue.GetStream inherits from Data.DBXCommon.TDBXValue.GetStream. All content below this line refers to Data.DBXCommon.TDBXValue.GetStream.

Gets the TStream value for binary data types.

GetStream gets the TStream value for binary data types. This method throws a TDBXError exception if TDBXValue.IsNull is true.

See Also