ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamShellTree.GoUp Method

Goes up one level in the file system structure.

Syntax
Pascal
function GoUp: Boolean;

This method selects the parent folder of the current folder.

The following lines of code will handle the click on a button for the parent folder.

procedure TMainForm.ParentButtonClick(Sender: TObject); begin JamShellTree.GoUp; end;
Copyright (c) 2011. All rights reserved.