Vcl.ComCtrls.TCustomTreeView.Delete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Delete(Node: TTreeNode); dynamic;

C++

DYNAMIC void __fastcall Delete(TTreeNode* Node);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

Generates an OnDeletion event.

Delete is called automatically immediately before the node specified by the Node parameter is deleted.

Override this method to make additional, class-specific responses in addition to the OnDeletion event or to suppress the OnDeletion event.

See Also