TdxDiacriticStringNormalizationMode Enum
Enumerates string normalization algorithms used in diacritic mark-insensitive string comparison mode.
#Declaration
TdxDiacriticStringNormalizationMode = (
Fast,
System
);
#Members
Name | Description |
---|---|
Fast
|
Default. The DevExpress string normalization algorithm is used for diacritic mark-insensitive string comparison. This algorithm works up to |
System
|
Compatibility Mode. The operating system-dependent string normalization algorithm (Normalization Use the |
#Remarks
Diacritic mark-insensitive string comparison in all data controllers[1] and text field-based editors relies on the fast DevExpress Unicode string normalization algorithm. Different string normalization modes allow you to switch between DevExpress and operating system-based string normalization algorithm implementations.
Note
Tdx
is a scoped enumeration type. Use the type name together with a scope resolution token (.
in Delphi or ::
in C++Builder) followed by an enumeration value to refer to this value. For example, use Tdx
(in Delphi) or Tdx
(in C++Builder) to refer to the System
value in code.
#Direct TdxDiacriticStringNormalizationMode Type Reference
The TdxDiacriticStringOptions.NormalizationMode property references the TdxDiacriticStringNormalizationMode
type.