[Overview][Classes][Procedures and functions][Index] |
Create a new instance of TMimeType
Source position: fpmimetypes.pp line 33
public constructor TMimeType.Create( |
const AMimeType: string; |
const AExtensions: string |
); |
AMimeType |
|
MIME type name |
AExtensions |
|
Comma-separated list of extensions. |
Create initializes a new instance of TMimeType and sets the TMimeType.MimeTypeTMimeType.Extensions properties to aMimeType and aExtensions.
|
Mime type name |
|
|
Semicolon-separated list of extensions associated with MimeType |