ImageEn, unit ievision

TIEVisionLibrary.createTempFileName

TIEVisionLibrary.createTempFileName


Declaration

function createTempFileName(deleteOnDestroy: bool32 = true): TIEVisionTempFileName; overload; safecall;
function createTempFileName(filename: PAnsiChar; deleteOnDestroy: bool32 = true): TIEVisionTempFileName; overload; safecall;


Description

Create a temporary file name.
Second overload allows you to specify the file name.

Parameter Description
deleteOnDestroy Automatically delete the file on object destroy
filename Specify filename manually