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

TTreeNode.StateIndex

StateIndex the index of the state (within an enumerated type)

Declaration

Source position: comctrls.pp line 2203

public property TTreeNode.StateIndex: Integer
  read FStateIndex
  write SetStateIndex
  default -1;

Description

StateIndex the index of the state (within an enumerated type)

Definition of enumerated type NodeState:

nsCut, nsDropHilited, nsFocused, nsSelected, nsMultiSelected, nsExpanded, nsHasChildren, nsInTree, nsDeleting, nsBound

The latest version of this document can be found at lazarus-ccr.sourceforge.net.