System.Net.Mime.TMultipartFormData.AddField
Delphi
procedure AddField(const AField, AValue: string; const AContentType: string = '');
C++
void __fastcall AddField(const System::UnicodeString AField, const System::UnicodeString AValue, const System::UnicodeString AContentType = System::UnicodeString());
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | System.Net.Mime.pas System.Net.Mime.hpp | System.Net.Mime | TMultipartFormData | 
Description
Adds a string field to the form data with the specified field name and value.