TIWCGJQTreeViewCore.CollapseNode(Integer,boolean,boolean) Method

Closes an open node, so that its children are not visible. If the animation config option is greater than 0 the children are hidden using a slide up animation, whose duration is the value of the animation config option in milliseconds.

Namespace: IWCGJQTreeView
public
 procedure CollapseNode(ANode: Integer; ARecursively: boolean = False; AAnimation: boolean = false);

Parameters

ANode
Type: Integer

ARecursively
Type: boolean

AAnimation
Type: boolean