ImageEn, unit iexBitmaps

IEIsInternalFormat


Declaration

function IEIsInternalFormat(ex: String): Boolean;


Description

Returns true if the specified extension is recognized as internal file format (i.e. a format that ImageEn natively supports).


Example

if IEIsInternalFormat( filename ) then
  ShowMessage( 'ImageEn supports this file type' );


See Also

 File Format Methods