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

TNodeStates

TNodeStates - set of TNodeState

Declaration

Source position: comctrls.pp line 2565

type TNodeStates = set of (

  nsCut,

  

  nsDropHilited,

  

  nsFocused,

  

  nsSelected,

  

  nsMultiSelected,

  

  nsExpanded,

  

  nsHasChildren,

  

  nsInTree,

  nsDeleting,

  nsBound

);