Vcl.Outline.TOutlineNode.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TOutlineNode();

Properties

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

Description

Frees the memory associated with the TOutlineNode object.

Do not call Destroy directly. The preferred method of deleting nodes is to use the Delete method of the containing outline component.

See Also