[Overview][Constants][Types][Classes][Procedures and functions][Index] |
True if the current node is selected in the tree view control.
Source position: comctrls.pp line 3168
public property TTreeNode.Selected : Boolean |
Selected is a Boolean property which indicates the current node is selected in the associated TreeView control. The property value is True when nsSelected or nsMultiSelected has been included in the States property. nsSelected indicates that the node is assigned to the TCustomTreeView.Selected property. nsMultiSelected indicates that the node is stored in the TCustomTreeView.Selections property when it has MultiSelect enabled.
Setting a new value for the property causes the values in States to be updated. Similarly, the TreeView control is updated to used the node in the Selected or Selections property.
The Update method is called to redraw the TreeView control.
|
True if the node has focus in the TreeView control. |
Version 4.0 | Generated 2025-05-03 | Home |