Internet Direct (Indy)
Home
PreviousUpNext
TIdFormDataFields Class

Represents the multipart form data stream that owns the collection.

Pascal
TIdFormDataFields = class(TIdCollection);

MultipartFormDataStream is a read-only TIdMultiPartFormDataStream property that provides access to the multipart form data stream that owns any items added to the collection. The value for MultipartFormDataStream is provided as an argument to the Create constructor. 

MultipartFormDataStream is used to get access to properties of the owner stream, like Boundary. It is also used when formatting and calculating the size of items in the collection 

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.