SetTextMerge Function (Logic) | |
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
public static bool SetTextMerge(
bool lSet
)
Request Example
View SourceParameters
- lSet
- Type: Logic
TRUE when Merge must be used for TEXT .. ENDTEXT expressions without TEXTMERGE clause and for the \ and \\ commands.
Return Value
Type:
LogicThe current setting
See Also