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 274

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

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: Aug 28 2026 Report a problem on this page