Data.DB.TParamStreamObject.GetStream
[–] 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.