Internet Direct (Indy)
Home
PreviousUpNext
TIdFormDataField Class

Represents a form data field in a multipart form data stream.

Pascal
TIdFormDataField = class(TIdCollectionItem);

TIdFormDataField is a TCollectionItem descendant that represents a form data field added to a TIdFormDataFields collection. TIdFormDataField provides access to data fields defined on a multipart form and read from a TIdMultiPartFormDataStream object instance. 

TIdFormDataField implements properties that allow access to the data field name and value, the file name and TStream for inputs that represent file types, and the size of the data field.

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.