System.Classes.TStreamWriter.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 | TStreamWriter |
Description
Close TStreamWriter.
Close closes the TStreamWriter and the underlying stream and frees all resources.
This method is functionally identical to the Microsoft .NET method StreamWriter.Close.
See Also
Code Examples