DataObject.IsMemberVar 方法 | |
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
public bool IsMemberVar(
string cName
)
查看代码参数
- cName
- 类型:String
is a character string containing the symbolic identifier of a member variable.
返回值
类型:
BooleanThe return value is .T. (true) if the object has the member variable <cVarName>, otherwise it returns .F. (false).
参见