API:System.Classes.TStringWriter.Close
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 | TStringWriter |
Description
Close TTextWriter.
System.Classes.TStringWriter.Close inherits from System.Classes.TTextWriter.Close. All content below this line refers to System.Classes.TTextWriter.Close.
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