RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDataBlock.IgnoreStream Method

Informs the data block when its stream is invalidated.

Pascal
procedure IgnoreStream; stdcall;
C++
__fastcall __stdcall IgnoreStream();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!