Internet Direct (Indy)
Home
PreviousUpNext
TIdFormDataField.FieldSize Property

Size of the form data field in the multipart stream including HTTP headers.

Pascal
property FieldSize: LongInt;

FieldSize is a LongInt property that indicates the size of the form data field in a multipart form data stream. FieldSize includes the MIME boundary marker from the multipart form data stream, and other HTTP headers needed to reflect the content type and disposition for an HTTP GET or POST request. 

When FieldObject has been assigned, FieldSize includes the length of any content assigned to the TStream buffer or TStrings lines with an additional CR+LF sequence to separate content values.

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.