treecombobox ShowEditor property
Return to Introduction  Previous page  Next page
Applies to
acTreeComboBox component.  

Declaration
property ShowEditor: Boolean;  

Description
The ShowEditor property controls whether user should be able to enter of modify the text in the combo-box using keyboard.  
 
Set ShowEditor to True if you would like to let user to modify the text with keyboard, otherwise, if user must select the tree node from drop-down list, set ShowEditor to False.  

See also
AutoComplete, SelectedNode and TreeOptions properties.