Datasnap.Win.SConnect.IDataBlock.IgnoreStream
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Datasnap.Win.SConnect.pas Datasnap.Win.SConnect.hpp
| |
| Unit: Datasnap.Win.SConnect | |
| Parent: IDataBlock | |
Delphi
procedure IgnoreStream; stdcall;
C++
virtual void __stdcall IgnoreStream() = 0 ;
Description
Informs the data block when its stream is invalidated.
Call IgnoreStream after taking responsibility for freeing the component specified by Stream. After a call to IgnoreStream, the data block will not free the memory for its internal Stream component.