GetFileFormatAtIndex Function
Imaging

Returns image file format loader/saver at given index.

Pascal
function GetFileFormatAtIndex(Index: LongInt): TImageFileFormat;
File

Imaging (at line 508)

Description

Index must be in range [0..GetFileFormatCount - 1] otherwise nil is returned.

Related Information
You are here: Symbol Reference > Functions > GetFileFormatAtIndex Function