TdxSpreadSheetReportDataControllerOptions.AnsiSort Property
In This Article
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 Case
The AnsiSort property’s default value is False.
See Also