|
|
|
| acTreeComboBox component.
|
| property ShowTreePathInEdit: Boolean;
|
| 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.
|
|
|
| TreePathSeparator and ShowEditor properties.
|