API:System.Classes.TStringReader.Close

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Close; override;

C++

virtual void __fastcall Close();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Classes.pas
System.Classes.hpp
System.Classes TStringReader

Description

Close TTextReader.

System.Classes.TStringReader.Close inherits from System.Classes.TTextReader.Close. All content below this line refers to System.Classes.TTextReader.Close.

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