System.Classes.TTextReader.Close

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Close; virtual; abstract;

C++

virtual void __fastcall Close() = 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