DataObject.IsMemberVar Method | |
Checks if the object has a particular member variable
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax METHOD IsMemberVar(
cName AS STRING
) AS LOGIC
public bool IsMemberVar(
string cName
)
Request Example
View SourceParameters
- cName
- Type: String
is a character string containing the symbolic identifier of a member variable.
Return Value
Type:
LogicThe return value is .T. (true) if the object has the member variable <cVarName>, otherwise it returns .F. (false).
See Also