Internet Direct (Indy)
Home
PreviousUpNext
TIdHeaderList.CaseSensitive Property

Indicates if case-sensitivity is used when comparing a header name to a value stored in Names.

Pascal
property CaseSensitive: Boolean;

CaseSensitive is a Boolean property that indicates if case-sensitivity is used when comparing a header name to a value stored in Names. The default value for CaseSensitive is False, as assigned in the Create constructor. 

CaseSensitive is used in Extract and IndexOfName, and when accessing the indexed Names and Values properties. 

When CaseSensitive is False, the Name portion of a header is converted to uppercase prior to any comparision using the value.

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.