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;