TcxCustomShellRoot.CustomPath Property
Specifies the custom path as the starting location.
Declaration
property CustomPath: string read; write;
Property Value
| Type | Description |
|---|---|
| string | The path to the custom starting location if the BrowseFolder property is set to |
Remarks
To define the custom starting location, set the BrowseFolder property to bfCustomPath and assign the path to the required folder to the CustomPath property.
The CustomPath property’s default value is an empty string.
See Also