[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TTreeViewOption

TTreeViewOption - enumerated type containing the permissible values for Options in TreeViews

Declaration

Source position: comctrls.pp line 2977

type TTreeViewOption = (

  tvoAllowMultiselect,

  

  tvoAutoExpand,

  

  tvoAutoInsertMark,

  

  tvoAutoItemHeight,

  

  tvoHideSelection,

  

  tvoHotTrack,

  

  tvoKeepCollapsedNodes,

  

  tvoReadOnly,

  

  tvoRightClickSelect,

  

  tvoRowSelect,

  

  tvoShowButtons,

  

  tvoShowLines,

  

  tvoShowRoot,

  

  tvoShowSeparators,

  

  tvoToolTips,

  

  tvoNoDoubleClickExpand,

  tvoThemedDraw

);

Description

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