You need to specify only extensions.
*.jpg;*.jpeg;*.bmp;*.gif;*.png;*.tiff;*.tga
At least the way I read the documentation.
From the comments you can see that you want to save some friendly text in the control, which indicates what type of file the mask belongs to, for example. image files, executable files, text files, etc. You could reuse the Hint property for this. You can use the Tag property and save the PChar . You can get TFileListBox new class that contains an additional property. Or you can simply save the information in the form class to which the list belongs.
source share