Internet Direct (Indy)
Home
PreviousUpNext
TIdFormDataField.FieldName Property

Name associated with the contents of the form data field.

Pascal
property FieldName: string;

FieldName is a string property that represents the name to associate with values stored in the form data field. FieldName is equivalent to the HTML ID or NAME attributes that identify an input field found in an HTML form. 

Changing the value in FieldName causes the value in FieldSize to be calculated and updated. 

FieldName is used when the multipart form data stream generates the formatted values (including headers) for use in an HTTP GET or POST request. 

Use FieldValue to specify the content to be associated with the named form 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.