[Overview][Resource strings][Constants][Types][Procedures and functions][Index] |
Compare two sort keys.
Source position: unicodedata.pas line 400
function CompareSortKey( |
const A: TUCASortKey; |
const B: TUCASortKey |
):Integer; overload; |
const A: TUCASortKey; |
const B: array of Word |
):Integer; overload; |
A |
|
First key to compare |
B |
|
Second key to compare |
A signed number determining how A and B are alphabetically ordered.
A |
|
First key to compare |
B |
|
Second key to compare |
CompareSortKey compares 2 sort keys A and B. It returns
Sort keys can be constructed from unicode strings using ComputeSortKey.
|
Compute the sort key for a string |