ImageEn, unit iexFolderMView

TImageEnFolderMView.RemoveFile

TImageEnFolderMView.RemoveFile

Declaration

procedure RemoveFile(const FileName: string): Integer;

Description

Removes the file FileName 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');