Data.DB.IParamStreamObject.GetStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Data.DB.pas
Data.DB.hpp
Data.DB IParamStreamObject

Description

Represents the signature for a method that returns the TStream instance stored by an IParamObject class instance.

GetStream represents the signature for a method that returns the TStream instance stored by an IParamObject class instance.

See Also