Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
Ralf
Posted - Jan 20 2017 : 06:34:27 Hallo,
i searched the hole source but i didn't found a function for
function IOFileTypeToFileExt(IOFileType:TIOFileType):String;
begin
case IOFileType of
ioTiFF : Result:='TIF';
...
function FileExttoIOFileType(FileExt:String):TIOFileType;
begin
If FileExt='TIF' then Result:=ioTiFF; else
if FileExt='JPG' then
...