| ImageEn, unit iexFolderMView |
|
TImageEnFolderMView.OpenFolder
Declaration
function OpenFolder(Index: Integer = IEF_CURRENT_FILE): Boolean;
Description
If the frame at Index is a file folder, then it will be opened (i.e.
Folder will change to that location)
Result is True if the frame at Index is a folder.
If you specify IEF_CURRENT_FILE for
Index then currently selected folder will be opened.
Example
if IEFolderMView1.OpenFolder() then
lblFolder.Caption := IEFolderMView1.Folder;
See Also
◼Folder