[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Collection of MIME multipart items
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 |
|
MIME item at the specified index |
|
end; |
|
Collection of MIME multipart items |
|
| | | ||
| | | ||
| | | ||
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.