Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPSFileBasedExplorer.ShowChangeRootPathDlg Method

Displays the dialog that enables end-users to change the root path.

#Declaration

Delphi
function ShowChangeRootPathDlg: Boolean;

#Returns

Type
Boolean

#Remarks

Use the ShowChangeRootPathDlg method to invoke the dialog that allows end-users to change the root path. Note that end-users can also invoke the dialog using the Change Root… command available via the main and context menus.

The ShowChangeRootPathDlg method returns True if the root path has been changed. If the root path remains unchanged the method returns False.

If you need to change the root path to the current root’s parent folder, use the GoToUpOneLevel method.

See Also