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 TStreamReader.

This method closes the TStringReader instance and frees all resources.

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

See Also

Code Examples