TIWCGJQCustomDynaTree.ExpandNode(boolean,string) Method

Expand or Collapse the node

Note

The node must be loaded!

Note

For expand the lazy node, please use LoadKeyPath method.

Namespace: IWCGJQDynaTree
public
 procedure ExpandNode(AExpand: boolean; AKey: string = '');

Parameters

AExpand
Type: boolean

True for expand, and False to collapse

AKey
Type: string

The key/id of node.

Pass empty value to apply to current active node.