Internet Direct (Indy)
|
Indicates the Maximum length of a header line before folding occurs.
property FoldLength: Integer;
FoldLength is an Integer property used to indicate the maximum length of a header line where folding occurs. The default value for FoldLength is 78, as assigned in the Create constructor.
FoldLength is used when accessing a header value in Values.
When FoldLines is True, FoldLength is used to perform wrapping of text in the header line when writing to Values.
When UnfoldLines is True, FoldLength is used to perform wrapping of text in the header line when reading to 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. |