TImageFileFormat.Masks Property
TImageFileFormat Class

List of filename mask that are used to associate filenames with TImageFileFormat descendants.

Class
Pascal
public property Masks: TStringList read FMasks;
Description

Typical mask looks like '*.bmp' or 'texture.*' (supports file formats which use filename instead of extension to identify image files).

Related Information
You are here: Symbol Reference > Classes > TImageFileFormat Class > Properties > Masks Property