GetActiveCollation
Return the currently active collation for the current thread
Declaration
Source position: fpwidestring.pp line 13
function GetActiveCollation : PUCA_DataBook;
Description
GetActiveCollation returns the currently active collation, for the current thread, as set using the SetActiveCollation function.
New threads get DefaultCollationName as the active collation name. The collation can be changed per thread using the SetActiveCollation function.
Errors
None.
See also
Name | Description |
---|---|
DefaultCollationName | Default collation for new threads. |
SetActiveCollation | Set the active collation for the current thread. |