Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TMimeItems

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Collection of MIME multipart items

Declaration

Source position: httpdefs.pp line 300

type TMimeItems = class(TCollection)

public

  function First;

  

Returns the first MIME item in the collection

  function Last;

  

Returns the last MIME item in the collection

  property Parts []: TMimeItem; default; [r]

  

MIME item at the specified index

  property Preamble: string; [r]

  

Preamble text before multipart content

  property Boundary: string; [rw]

  

Boundary string for multipart content

  property Files: TUploadedFiles; [rw]

  

Collection of uploaded files from MIME items

end;

Inheritance

TMimeItems

  

Collection of MIME multipart items

|

TCollection

|

TPersistent

|

TObject,IFPObserved

Description

TMimeItems manages a collection of TMimeItem instances representing the parts of a multipart MIME message. It provides access to the individual items and handles multipart parsing.


Documentation generated on: Jan 16 2026