ItemFullPath - TreeView
Returns a string representing the "full path" of the item
Type: Property
Access: Read-Only
Data Type: String
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| hItem | Handle | The item handle |
Syntax
Property String ItemFullPath
| Access Type | Syntax |
|---|---|
| Read Access: | Get ItemFullPath to StringVariable |
Description
Returns a string representing the "full path" of the item.
This is evaluated by placing the item's label in a string, then inserting the parent's label into the string to the left, separated by the current TreeLevelDelimeter. This process is repeated by finding each item's successive parent.