[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Represents a MIME multipart item
Source position: httpdefs.pp line 267
type TMimeItem = class(TCollectionItem) |
||
public |
||
procedure ProcessStreaming(); virtual; abstract; |
|
Processes streamed MIME data |
procedure Process(); virtual; abstract; |
|
Processes MIME data from a stream |
|
Raw unprocessed MIME item data |
|
property Data: string; [rw] |
|
Processed MIME item data |
property Name: string; [rw] |
|
Name attribute of the MIME item |
property Disposition: string; [rw] |
|
Content disposition of the MIME item |
property FileName: string; [rw] |
|
Filename attribute of the MIME item |
property ContentType: string; [rw] |
|
Content type of the MIME item |
property Description: string; [rw] |
|
Description of the MIME item |
property IsFile: Boolean; [r] |
|
Indicates whether the MIME item is a file |
|
Size of the MIME item data in bytes |
|
end; |
|
Represents a MIME multipart item |
|
| | | ||
| | | ||
| | | ||
TMimeItem represents a single part within a MIME multipart message. It encapsulates the content, headers, and metadata for one item in a multipart HTTP request.