Functions.SetTextMerge 方法 (Boolean) | |
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
public static bool SetTextMerge(
bool lSet
)
查看代码参数
- lSet
- 类型:Boolean
TRUE when Merge must be used for TEXT .. ENDTEXT expressions without TEXTMERGE clause and for the \ and \\ commands.
返回值
类型:
BooleanThe current setting
参见