TcxCustomShellListView.BrowseParent Method
In This Article
Navigates to the parent shell item of the currently selected shell item.
#Declaration
Delphi
procedure BrowseParent;
#Remarks
Use the BrowseParent
method to navigate to the parent shell item of the currently selected shell item. If the shell root (desktop) is currently selected, then this method is not in effect.
See Also