Skip to main content

TdxBarTreeViewCombo.DoSelectedNodeChanged Method

This method is called when changing the selected dropdown tree node.

Declaration

procedure DoSelectedNodeChanged; virtual;

Remarks

DoSelectedNodeChanged sets the combo box Text property to the text of the selected node. Override this method to perform special actions when changing the selected node without writing an OnChange event handler.

See Also