Click or drag to resize

SetCollation Function

X#
Query current and/or set new active collation.

Namespace:  XSharp.XPP
Assembly:  XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax
 FUNCTION SetCollation(
	nCollation
) AS LONG CLIPPER
Request Example View Source

Parameters

nCollation (Optional)
Type: Usual
the numeric identifier for the collation table to be selected. Must be one of the values from the XppCollations enum of a simple number

Return Value

Type: Long
The numeric identifier of the active collation table
See Also