| [Overview][Resource strings][Constants][Types][Procedures and functions][Index] | 
Return the number of known collations.
Source position: unicodedata.pas line 424
| 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 |