ImageEn, unit iexFolderMView |
|
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)
// Enable our "Go Up" button
btnGoUp.Enabled := IEFolderMView1.CanOpenParentFolder;