Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetReportDataControllerOptions.AnsiSort Property

Specifies if string comparison operations use the system locale settings.

#Declaration

Delphi
property AnsiSort: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

If this property is set to True, the Report Designer uses the current system locale settings to compare strings for sorting and grouping records from the bound dataset. Otherwise, strings are compared based on the 8-bit ordinal value of each character.

Note

In order to ignore character case during the data sort and group operations, set the CaseInsensitive property to True.

The AnsiSort property’s default value is False.

See Also