[Overview][Procedures and functions][Variables][Index] |
Set the active collation for the current thread.
Source position: fpwidestring.pp line 11
function SetActiveCollation( |
const AName: TCollationName |
):Boolean; |
const ACollation: PUCA_DataBook |
):Boolean; |
AName |
|
Name with which the collation was registered |
True if the collation was succesfully set
ACollation |
|
Actual collation data to set as active collation |
SetActiveCollation sets the collation used in the current thread of the application. This can be done using the name of the collation (AName) as registered or in the unicodedata unit or using the actual collation data (ACollation).
If the collation AName was not found, or ACollation is nil, then False is returned.
|
Return the currently active collation for the current thread |
|
|
Default collation for new threads. |