点击或拖拽改变大小

Functions.SetTextMerge 方法 (Boolean)

X#
Change the setting that determines if TextMerge is active

命名空间:  XSharp.VFP
程序集:  XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法
 FUNCTION SetTextMerge(
	lSet AS LOGIC
) AS LOGIC
查看代码

参数

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

返回值

类型:Boolean
The current setting
参见