TcxCustomShellRoot.CustomPath Property
In This Article
Specifies the custom path as the starting location.
#Declaration
Delphi
property CustomPath: string read; write;
#Property Value
Type | Description |
---|---|
string | The path to the custom starting location if the Browse |
#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