[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.