Indy 9
TIdFormDataFields
Hierarchy, Properties, Methods, See Also, Unit: IdMultipartFormData
Implements a container for form fields in a multipart for data stream.
TIdFormDataFields = class(TCollection)
Unit
IdMultipartFormData
Description
TIdFormDataFields is a TCollection descendant that implements a container for TIdFormDataField instances for a TIdMultiPartFormDataStream that is the owner of the collection.

Use MultipartFormDataStream to access the stream that owns the field items in the collection.

Use Add to create a new field in the collection.

Use Items to access existing form fields in the collection.

Use TCollection methods like Clear, Delete, Update, EndUpdate, and Insert to maintain the collection.


TIdFormDataFields.Items
TIdFormDataFields
property Items [AIndex: Integer]: TIdFormDataField;
Description
Items

TIdFormDataFields.MultipartFormDataStream
TIdFormDataFields
property MultipartFormDataStream: TIdMultiPartFormDataStream;
Description
MultipartFormDataStream

TIdFormDataFields.Add
TIdFormDataFields
function Add: TIdFormDataField;
Description
Add

TIdFormDataFields.Create
TIdFormDataFields
constructor Create(AMPStream: TIdMultiPartFormDataStream);
Description
Create

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.