Data.DB.TParamStreamObject.GetStream

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TParamStreamObject

Delphi

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

C++

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

Description

Returns the TStream instance stored by the TParamStreamObject instance.

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

See Also