Gets the file mask representing all files in a file filter.
Source position: fileutil.pas line 69
function GetAllFilesMask: string; |
The All Files mask for the platform.
GetAllFilesMask returns a File Mask suitable for showing in a filter for a Open File Dialog. For Windows, '*.*' is returned; on other operating systems '*' is used.
| Version 4.4 | Generated 2025-11-08 | Home |