[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 2348

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
The latest version of this document can be found at lazarus-ccr.sourceforge.net.