Vcl.Outline.TCustomOutline.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

void __fastcall Clear();

Properties

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

Description

Removes all items from the outline.

Call Clear to empty the outline of all its nodes. Clear frees the memory for the removed items but not any memory for associated data.