[Overview][Classes][Procedures and functions][Index] |
Get a lis of all known extensions
Source position: fpmimetypes.pp line 77
public function TFPMimeTypes.GetKnownExtensions( |
AList: TStrings |
):Integer; |
AList |
|
List to fill |
Number of extensions added
GetKnownExtensions fills AList with the list of known extensions (one per line) in random order. It clears the list first, and returns the number of entries added to the list. The extensions do not have a dot (.) character prepended.
|
Get a list of all known MIME types |