[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |