Data.DBXCommon.TDBXWritableValue.SetStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStream(const Stream: TStream; const AInstanceOwner: Boolean); virtual;

C++

virtual void __fastcall SetStream(System::Classes::TStream* const Stream, const bool AInstanceOwner);

Properties

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

Description

Set TStream Value for TDBXValues with a TDBXDataType of TDBXDataTypes.DBXTableType.

SetStream sets a TStream Value for a TDBXValue with a TDBXDataType of TDBXDataTypes.DBXTableType.

AInstanceOwner defaults to true if this parameter is not specified. If AInstanceOwner is true, this instance of TDBXWritableValue takes care of freeing the TStream instance when it is no longer needed.

See Also