GetCollationCount
Return the number of known collations.
Declaration
Source position: unicodedata.pas line 561
function GetCollationCount : Integer;
Description
GetCollationCount returns the number of registered collations. The collation data can be retrieved by index using the FindCollation . The maximum index is GetCollationCount-1.
See also
| Name | Description |
|---|---|
| FindCollation | Find a collation by name |