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 TStringWriter.
Close closes the TStringWriter and frees all its resources.
This method is functionally identical to the Microsoft .NET method StringWriter.Close.
See Also
Code Examples