Data.DB.TParamStreamObject.GetStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetStream(ReleaseOwnership: Boolean = True): TStream;

C++

System::Classes::TStream* __fastcall GetStream(bool ReleaseOwnership = true);

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TParamStreamObject

Description

Returns the TStream instance stored by the TParamStreamObject instance.

Call GetStream to obtain the TStream instance stored by the TParamStreamObject instance.

See Also