Datasnap.Win.SConnect.IDataBlock.GetStream
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Datasnap.Win.SConnect.pas Datasnap.Win.SConnect.hpp
| |
| Unit: Datasnap.Win.SConnect | |
| Parent: IDataBlock | |
Delphi
function GetStream: TStream; stdcall;
C++
virtual System::Classes::TStream* __stdcall GetStream() = 0 ;
Description
Returns the value of the Stream property.
GetStream is the read implementer for the Stream property.