UnregisterCollations
Unregister all collations.
Declaration
Source position: unicodedata.pas line 558
procedure UnregisterCollations(const AFreeDynamicCollations: Boolean);
Description
UnregisterCollations unregisters all known collations. If AFreeDynamicCollations is True, then dynamic collations will be removed from memory using FreeCollation . This must normally be set to true.
See also
| Name | Description |
|---|---|
| FreeCollation | Free collation data. |
| LoadCollation | Load a binary collation data file from file |
| RegisterCollation | Register a new collation |
| UnRegisterCollation | Remove a collation from the list of known collections. |