Internet Direct (Indy)
Home
PreviousUpNext
TIdFormDataField.FieldValue Property

Content values for the named form data field.

Pascal
property FieldValue: string;

FieldValue is a string property that represents the value for the form data field identified in FieldName. Changing the value in FieldValue causes the FieldSize property to be calculated and updated. 

Use FieldName to get the HTML ID or NAME assiociated with the form data field. 

Use FieldObject or FieldStream to access object references with content for the form data field. 

Use ContentType to specify the MIME content type for values in the 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.