ImageEn, unit iexBitmaps

IEExtToFileFormat


Declaration

function IEExtToFileFormat(ex: String): TIOFileType;


Description

Converts a file extension to a TIOFileType type.


Example

if IEExtToFileFormat( fileExt ) = ioBMP then
  ShowMessage( 'It is a bitmap' );


See Also

 File Format Methods