Click or drag to resize

SetTextMerge Function (Logic)

X#
Change the setting that determines if TextMerge is active

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 FUNCTION SetTextMerge(
	lSet AS LOGIC
) AS LOGIC
Request Example View Source

Parameters

lSet
Type: Logic
TRUE when Merge must be used for TEXT .. ENDTEXT expressions without TEXTMERGE clause and for the \ and \\ commands.

Return Value

Type: Logic
The current setting
See Also