RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStreamReader.Close Method

Close TStreamReader and stream.

Pascal
procedure Close; override;
C++
virtual __fastcall Close();

This method closes the TStreamReader instance and the stream and frees all resources. 

This method is functionally identical to the Microsoft .NET method StreamReader.Close

 

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