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

TTreeViewExpandSignType

TTreeViewExpandSignType - enumerated type for specifying the symbol type to appear in treeviews to denote whether or not the node is expanded: either a +- sign or an arrow

Declaration

Source position: comctrls.pp line 3169

type TTreeViewExpandSignType = (

  tvestTheme,

  tvestPlusMinus,

  

  tvestArrow,

  

  tvestArrowFill

);