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

TTreeNode.MultiSelected

Indicates whether the node is one of several nodes selected simultaneously (e.g. using the Shift or Ctrl key while selecting on a tree view control).

Declaration

Source position: comctrls.pp line 3163

public property TTreeNode.MultiSelected : Boolean
  read GetMultiSelected
  write SetMultiSelected;

See also

TTreeNode.Selected

  

True if the current node is selected in the tree view control.

TTreeNodes.MultiSelect

  

Adds nodes relative the specified node to the multi-selection list.

TTreeNodes.ClearMultiSelection

  

Clears the nodes in a multi-selection and optionally the selected node on the tree view control.

TTreeNodes.SelectionCount

  

Number of tree nodes included in the internal selection list.

TCustomTreeView.MultiSelect

  

Enables or disables selection of multiple tree nodes at the same time.

TCustomTreeView.Select

  

Makes the specified node(s) become selected in the control.

TCustomTreeView.Selections

  

Provides indexed access to the multi-selected tree nodes in the control.

TCustomTreeView.MultiSelectStyle

  

Multi-selection options enabled for the tree view control.

TCustomTreeView.Options

  

The set of options enabled in the tree view control.

TCustomTreeView.OnSelectionChanged

  

Event handler signalled when the selection in the tree view control is changed.


Version 4.0 Generated 2025-05-03 Home