TIEVisionTempFileImageList.insertExistingFile
 
Declaration
function insertExistingFile(position: int32_t; filename: PAnsiChar; deleteOnDestroy: bool32 = true): int32_t; safecall;
Description
Insert an existing file to the list.
 | Parameter |  Description |  
 | position |  Inserting position  |  
 | filename |  Filename of existing file  |  
 | deleteOnDestroy |  Flag to delete the file on destroy  |