[Overview][Classes][Procedures and functions][Index] |
Extract an extension from an extension list as returned by GetMimeExtensions
Source position: fpmimetypes.pp line 62
public class function TFPMimeTypes.GetNextExtension( |
var E: string |
):string; |
E |
|
semicolon separated list of extensions |
Next extension
GetNextExtension is a helper function that extracts adn returns the next extension from the semicolon separated list of extensions E and removes the extension from the list. If there is no more extension, the empty string is return.
|
Get the extensions associated with a MIME type |