TIWCGJQCustomDynaTree.ResetLazyNode(string) Method

Remove all children from a lazy node and make sure it is collapsed. The node will be re-loaded when expanded the next time.

Namespace: IWCGJQDynaTree
public
 procedure ResetLazyNode(AKey: string = '');

Parameters

AKey
Type: string

The key/id of node.

Pass empty value to apply to current active node.