System.Net.Mime.TMultipartFormData

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTMultipartFormData

Delphi

TMultipartFormData = class

C++

class PASCALIMPLEMENTATION TMultipartFormData : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
System.Net.Mime.pas
System.Net.Mime.hpp
System.Net.Mime System.Net.Mime

Description

Form data encoded as a MIME multipart message following the HTML 4 standard.

Use AddField to add a string field to your form data, and use AddFile to add a file field.

Stream and MimeTypeHeader are read-only properties that let you fetch the raw content of the resulting MIME multipart message and its MIME type respectively.

See Also