Get the extensions associated with a MIME type.
Source position: fpmimetypes.pp line 78
public function TFPMimeTypes.GetMimeExtensions(  | 
const AMimeType: string  | 
):string;  | 
AMimeType  | 
  | 
MIME type to get extensions from.  | 
Semicolon separated list of extensions.
GetMimeExtensions returns the list of extensions associated with a MIME type (AMimeType). If none are known, an empty string is returned. AMimeType is searched case insentively.
  | 
Get MIME type of an extension.  |