Unit 'fpmimetypes' Package
[Overview][Classes][Procedures and functions][Index] [#fcl]

TMimeType.Create

Create a new instance of TMimeType.

Declaration

Source position: fpmimetypes.pp line 33

public constructor TMimeType.Create(

  const AMimeType: string;

  const AExtensions: string

);

Arguments

AMimeType

  

MIME type name.

AExtensions

  

Comma-separated list of extensions.

Description

Create initializes a new instance of TMimeType and sets the TMimeType.MimeTypeTMimeType.Extensions properties to aMimeType and aExtensions.

See also

TMimeType.MimeType

  

Mime type name.

TMimeType.Extensions

  

Semicolon-separated list of extensions associated with MimeType.


Documentation generated on: Jul 24 2023