treecombobox SelectedNode property
Previous  Top  Next
Applies to
tcTreeComboBox component.  

Declaration
property SelectedNode: TTreeNode; // read-only!!  

Description
The SelectedNode is the read-only property which returns the pointer to TTreeNode object, which currently selected in the TreeView control embedded to drop-down window.  
 
tip Alternatively you can determinate and specify the selected tree node by its absolute index using ItemIndex property.  

See also
ItemIndex property;  
OnCanSelectNode event.  
File not found.