[Overview][Resource strings][Constants][Types][Procedures and functions][Index] |
Remove a collation from the list of known collections.
Source position: unicodedata.pas line 420
function UnregisterCollation( |
const AName: ansistring |
):Boolean; |
AName |
|
Name of collation to remove. |
True if the collation was found and succesfully removed
UnRegisterCollation removes a collation AName from the list of known collations. It returns True if the collation was found and succesfully removed.
If the collation was not found, False is returned.
|
Register a new collation |
|
|
Unregister all collations. |
|
|
Load a binary collation data file from file |