Indy 9
|
TIdFormDataFields = class(TCollection)
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.
property Items [AIndex: Integer]: TIdFormDataField;
property MultipartFormDataStream: TIdMultiPartFormDataStream;
function Add: TIdFormDataField;
constructor Create(AMPStream: TIdMultiPartFormDataStream);