Skip to content

Tree Constructor

Bielen Pierre edited this page Jun 30, 2019 · 1 revision

For use this tree view, you must create a container into your window, that is this container it give positions and size of the tree view. You need pass this container id to the constructor.

newTreeView(containerId)

Exemple :

myTree.TREE::Tree = TREE::newTreeView(#CONTAINER_ID)

Clone this wiki locally