Icon SortCaseInsensitive Property

property SortCaseInsensitive: Boolean

Available In: Client and Server Applications

Specifies that the list of strings should be sorted in a case-insensitive fashion. The SortCaseInsensitive and SortLocaleInsensitive properties determine how the strings are compared during the sort:

PropertiesFunction Used
SortCaseInsensitive=False
SortLocaleInsensitive=True
CompareStr
SortCaseInsensitive=True
SortLocaleInsensitive=True
CompareText
SortCaseInsensitive=False
SortLocaleInsensitive=False
LocaleCompareStr
SortCaseInsensitive=True
SortLocaleInsensitive=False
LocaleCompareText
Image