Skip to main content

TcxDlgShellRoot.CustomPath Property

Specifies the custom path as the starting location.

Declaration

property CustomPath: string read; write;

Property Value

Type
string

Remarks

Use the CustomPath property to specify the custom starting location for a shell browser dialog control. This property value is in effect only if the BrowseFolder property is set to bfCustomPath. Otherwise, the starting location is defined via the BrowseFolder property.

See Also