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

Declaration
property ShowTreePathInEdit: Boolean;  

Description
The ShowTreePathInEdit property determines whether the "edit box" should display the full path of the node.  
 
For example, we have the following structure:  
Test  
    Test 1  
    Test 2  
        Test 1 (selected)  
        Test 2  
    Test 3  
 
Then, in case if ShowTreePathInEdit = True, we will have "Test\Test 2\Test 1" shown in the edit box of the combobox.  
 
Note
iiwarning This property will take effect only in case if ShowEditor property is False. You can't display the path when the combobox is editable.  

See also
TreePathSeparator and ShowEditor properties.