点击或拖拽改变大小

Functions.SetTextMergeDelimiters 方法 (String, String)

X#
Change the TextMerge delimiters

命名空间:  XSharp.VFP
程序集:  XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法
 FUNCTION SetTextMergeDelimiters(
	cLeft AS STRING,
	cRight AS STRING
) AS STRING[]
查看代码

参数

cLeft
类型:String
Left delimiter for expressions.
cRight
类型:String
Left delimiter for expressions.

返回值

类型:String
The current setting
参见