[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TTreeViewOption - enumerated type containing the permissible values for Options in TreeViews
Source position: comctrls.pp line 2348
type TTreeViewOption = ( |
||
tvoAllowMultiselect, |
|
|
tvoAutoExpand, |
|
|
tvoAutoInsertMark, |
|
|
tvoAutoItemHeight, |
|
|
tvoHideSelection, |
|
|
tvoHotTrack, |
|
|
tvoKeepCollapsedNodes, |
|
|
tvoReadOnly, |
|
|
tvoRightClickSelect, |
|
|
tvoRowSelect, |
|
|
tvoShowButtons, |
|
|
tvoShowLines, |
|
|
tvoShowRoot, |
|
|
tvoShowSeparators, |
|
|
tvoToolTips, |
|
|
tvoNoDoubleClickExpand, |
||
tvoThemedDraw |
||
); |
TTreeViewOption - enumerated type containing the permissible values for Options in TreeViews
tvoAllowMultiselect, tvoAutoExpand, tvoAutoInsertMark, tvoAutoItemHeight, tvoHideSelection, tvoHotTrack, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoRowSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoShowSeparators, tvoToolTips, tvoNoDoubleClickExpand
lazarus-ccr.sourceforge.net |