System.Classes.TTextReader.Close
Delphi
procedure Close; virtual; abstract;
C++
virtual void __fastcall Close(void) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Classes.pas System.Classes.hpp |
System.Classes | TTextReader |
Description
Close TTextReader.
This method closes a TTextReader instance and frees all its resources.
This method is functionally identical to the Microsoft .NET method TextReader.Close.
See Also
Code Examples