TdxSpreadSheetReportDataControllerOptions.AnsiSort Property
Specifies if string comparison operations use the system locale settings.
Declaration
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