Data.DBXCommon.TDBXWideCharsValue.GetStream

From RAD Studio API Documentation
Jump to: navigation, search

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(); }

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWideCharsValue

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