TIEVisionLibrary.createTempFileStream
Declaration
function createTempFileStream(deleteOnDestroy: bool32 = true): TIEVisionTempFileStream; overload; safecall;
function createTempFileStream(filename: PAnsiChar; deleteOnDestroy: bool32 = true): TIEVisionTempFileStream; overload; safecall;
Description
Create a temporary file stream.
First overload choices automatically the file name.
Second overload allows you to set a custom file name.
Parameter | Description |
deleteOnDestroy | If true the file will be delete on object disposing |
filename | Filename of temporary file |