System.Classes.TTextWriter.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 TTextWriter

Description

Close TTextWriter.

Close closes the TTextWriter and frees all its resources.

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

See Also

Code Examples