TdxTreeViewNode.Focused Property
In This Article
Specifies if the node has focus.
#Declaration
Delphi
property Focused: Boolean read; write;
#Property Value
Type | Description |
---|---|
Boolean | If True, the node is focused. |
See Also