[Overview][Classes][Procedures and functions][Index] Reference for unit 'fpmimetypes' (#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: May 14 2021