ImageEn, unit iexFolderMView

TImageEnFolderMView.RemoveFile

TImageEnFolderMView.RemoveFile


Declaration

procedure RemoveFile(const sFilename : string) : Integer;


Description

Removes the file sFilename from the control. Result is the old index of the removed file (or -1 if the file is not found in the control).


Example

IEFolderMView1.RemoveFile('D:\MyOldmage.jpg');