[Overview][Constants][Types][Classes][Procedures and functions][Index] |
A set of TreeViewOptions which are set be default.
Source position: comctrls.pp line 2145
const DefaultTreeViewOptions = [tvoShowRoot,tvoShowLines,tvoShowButtons,tvoHideSelection,tvoToolTips,tvoKeepCollapsedNodes,tvoAutoItemHeight]; |
These set of options is used to set the options of a TreeView object when first placed on a form. This set consists of the follwoing items:
tvoShowRoot,
tvoShowLines,
tvoShowButtons,
tvoHideSelection,
tvoToolTips,
tvoKeepCollapsedNodes,
tvoAutoItemHeight
For the meaning of this options, see the documentation of TTreeView.