Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TTreeNode.Expand

Expands the current tree node, and optionally all descendent nodes.

Declaration

Source position: comctrls.pp line 3098

public procedure TTreeNode.Expand(

  Recurse: Boolean

);

Arguments

Recurse

  

True to expand all descendent nodes.

Description

Calls the ExpandItem method to implement the expansion and optional recursion.