ImageEn, unit iexFolderMView

TImageEnFolderMView.CanOpenParentFolder

TImageEnFolderMView.CanOpenParentFolder

Declaration

function CanOpenParentFolder: Boolean;

Description

Returns True if there is a folder above the current Folder that can be accessed (e.g. using OpenParentFolder)

Example

// Enable our "Go Up" button
btnGoUp.Enabled := IEFolderMView1.CanOpenParentFolder;

See Also

OpenParentFolder
ParentFolder
Folder