RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTextReader.Close Method

Close TTextReader.

Pascal
procedure Close; virtual; abstract;
C++
virtual __fastcall Close() = 0;

This method closes a TTextReader instance and frees all its resources. 

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

 

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