ImageEn, unit iexBitmaps

IEExtToFileFormat

IEExtToFileFormat

Declaration

function IEExtToFileFormat(Ext: string): TIOFileType;

Description

Returns the TIOFileType for the specified file extension, or ioUnknown if it is not found.

Example

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

See Also

File Format Methods