Global TFPMimeTypes instance.
Source position: fpmimetypes.pp line 87
| function MimeTypes: TFPMimeTypes; | 
A TFPMimeTypes instance.
MimeTypes returns a global instance of the TFPMimeTypes class. It is not initialized with a list of extensions, so this instance must still be explicitly initialized with TFPMimeTypes.LoadKnownTypes
This function is not thread-safe, so be sure to call it once from the main thread and initialize the resulting list.
| 
 | Class to manage list of mime type mappings. | |
| 
 | Queries the OS for a list of known MIME types. |