JVCL Help:TJvImagesViewer.FileMask
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvImagesViewer.FileMask Property
[+] TJvImagesViewer Events
[+] TJvImagesViewer Methods
[+] TJvImagesViewer Properties
Search in JVCL Help
Search in all projectsSummary
Specifies the file mask to use to filter the files to display.
Pascal
propertyFileMask: WideString;
Description
Use FileMask to specify the file types to display in the control. FileMask can contain multiple file masks and accepts wildcards. Separate individual items with comma or semicolon. Each individual mask item is concatenated with the value of Directory and a search is done on that value.
The following examples are all valid file masks:
*.gif *.bmp;*.jpg;*.jpeg Jv*.bm?,*.g*,*.ico,*.ani,*.cur
See Also
TJvImagesViewer.Directory, TJvImagesViewer.LoadImages
About
Notes
Changing FileMask triggers the LoadImages method.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page