[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TTreeViewOptions - set of TTreeViewOption
Source position: comctrls.pp line 2367
type TTreeViewOptions = set of ( |
||
tvoAllowMultiselect, |
|
|
tvoAutoExpand, |
|
|
tvoAutoInsertMark, |
|
|
tvoAutoItemHeight, |
|
|
tvoHideSelection, |
|
|
tvoHotTrack, |
|
|
tvoKeepCollapsedNodes, |
|
|
tvoReadOnly, |
|
|
tvoRightClickSelect, |
|
|
tvoRowSelect, |
|
|
tvoShowButtons, |
|
|
tvoShowLines, |
|
|
tvoShowRoot, |
|
|
tvoShowSeparators, |
|
|
tvoToolTips, |
|
|
tvoNoDoubleClickExpand, |
||
tvoThemedDraw |
||
); |
lazarus-ccr.sourceforge.net |