SMART datagrid v.1 > Classes > TreeView

Back  Forward

DataLudi.TreeView.TreeView  constructor

TreeView class constructor. 

Since TreeComponent will create internally, you do not need to directly create this class object. 

function TreeView (dom: Boolean, container: String, readMode: Boolean): TreeView;
Returns
TreeView
Parameters
dom - Boolean. required.
container - String. required.
readMode - Boolean. Defaults to false.
See Also
treeOptions
createTreeView
TreeComponent
Tree Overview
Examples
Hello Tree