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