| ImageEn, unit iexFolderMView |
|
TImageEnFolderMView.OpenParentFolder
Declaration
function OpenParentFolder(): Boolean;
Description
Changes
Folder to the parent of the current folder
Result is True if there is a parent folder.
Note: If
ieboEnableFolderShortcuts is specified for
FolderInteract then the control will automatically Go Up if the user clicks Backspace or Alt+Up
Example
IEFolderMView1.OpenParentFolder();
See Also
◼CanOpenParentFolder
◼ParentFolder