Skip to main content

TcxCustomShellComboBoxProperties.FileMask Property

Specifies the file mask (with wildcards) that is used to filter out shell control contents to display only matching files.

Declaration

property FileMask: string read; write;

Property Value

Type
string

Remarks

If this property is assigned, the shell combo box displays only files that match the specified wildcard. You can use any combination of characters valid for file names and substitute one or any number of characters with wildcards (? and *, respectively). In addition, you can provide multiple file masks separated with the string list delimiter (;).

File mask examples: ‘.bmp’, ‘.jpg;.gif’, ‘image_??.jp‘, ‘.‘.

See Also