点击或拖拽改变大小

DataObject.IsMemberVar 方法

X#
Checks if the object has a particular member variable

命名空间:  XSharp.XPP
程序集:  XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法
 METHOD IsMemberVar(
	cName AS STRING
) AS LOGIC
查看代码

参数

cName
类型:String
is a character string containing the symbolic identifier of a member variable.

返回值

类型:Boolean
The return value is .T. (true) if the object has the member variable <cVarName>, otherwise it returns .F. (false).
参见