Vcl.Outline.TCustomOutline.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomOutline();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TCustomOutline

Description

Destroys an instance of TCustomOutline.

Destroy frees all memory associated with the outline. While the destructor frees the TOutlineNode objects that comprise the outline, any objects associated with those nodes are not freed.