点击或拖拽改变大小

Functions.SetErrorStackVOFormat 方法

X#
This function allows you to enable or disable the VO compatible Errorstack format.

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

参数

lNew
类型:Boolean
Specify TRUE to enable the new format.

返回值

类型:Boolean
The current setting for the ErrorStack format.
备注
The default setting for the format is based on the dialect of the main application. When the main dialect is VO or Vulcan then the VO format is used. Otherwise the normal .Net format is used.
参见