Vcl.ComCtrls.TCustomTreeView.Expand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Expand(Node: TTreeNode); dynamic;

C++

DYNAMIC void __fastcall Expand(TTreeNode* Node);

Properties

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

Description

Completed node expansion event dispatcher.

Expand is called automatically after the node specified by the Node parameter expands.

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

See Also