[Overview][Resource strings][Constants][Types][Procedures and functions][Index] Reference for unit 'unicodedata' (#rtl)

UnregisterCollation

Remove a collation from the list of known collections.

Declaration

Source position: unicodedata.pas line 557

function UnregisterCollation(

  AName: UnicodeString

):Boolean;

Arguments

AName

  

Name of collation to remove.

Function result

True if the collation was found and successfully removed

Description

UnRegisterCollation removes a collation AName from the list of known collations. It returns True if the collation was found and successfully removed.

Errors

If the collation was not found, False is returned.

See also

RegisterCollation

  

Register a new collation

UnRegisterCollations

  

Unregister all collations.

LoadCollation

  

Load a binary collation data file from file


Documentation generated on: May 14 2021