TreeListBox.ActiveNode

Syntax

ActiveNode: String;

Description

The ActiveNode property determines expanded node key.

Example

Executing the example requires the TreeListBox component with the treelist identifier (see Example of Creating the TreeListBox Component).

// Set active node
treelist.setActiveNode("105000");

After executing the example the current expanded node is set.

See also:

TreeListBox