TIWCGJQCustomDynaTree.LoadKeyPath(string,boolean,boolean) Method
Make sure that a node with a given ID is loaded, by traversing - and loading - its parents. This method is ment for lazy hierarchies.
public procedure LoadKeyPath(const AKeyPath: string; const AExpandParents: boolean = True; const AActivate: boolean = True);
Parameters
- AKeyPath
- Type: string
Path to node
- AExpandParents
- Type: boolean
If true, all nodes will be expanded as we go.
- AActivate
- Type: boolean
The node will be activated