Set of TCollationField.
Source position: unicodedata.pas line 481
| type TCollationFields = set of ( | ||
| BackWard, | 
 | Backwards encoded. | 
| VariableLowLimit, | 
 | Has lower bound on variable weights. | 
| VariableHighLimit, | 
 | Has upper bound on variable weights. | 
| Alternate, | ||
| Normalization, | ||
| Strength | ||
| ); | 
| 
 | Options for the collation data. |