System.Classes.TStreamWriter.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TStreamWriter();

Properties

Type Visibility Source Unit Parent
destructor public
System.Classes.pas
System.Classes.hpp
System.Classes TStreamWriter

Description

Destroy TStreamWriter instance.

This method destroys and frees all resources for a TStreamWriter instance.

See Also