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