Click or drag to resize

DataObject.IsMemberVar Method

X#
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
Request Example View Source

Parameters

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

Return Value

Type: Logic
The return value is .T. (true) if the object has the member variable <cVarName>, otherwise it returns .F. (false).
See Also