Get a list of all known MIME types.
Source position: fpmimetypes.pp line 82
public function TFPMimeTypes.GetKnownMimeTypes( |
AList: TStrings |
):Integer; |
AList |
|
List to fill. |
Number of known MIME types.
GetKnownMimeTypes fills AList with the list of known MIME types (one per line) in random order. It clears the list first, and returns the number of entries added to the list.
|
Get a lis of all known extensions. |