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