UNDOCUMENTED FUNCTION: isProperty()

Built in function - Added in version 8.0

    Syntax

isProperty(<object>,<propertyName>)

    Parameters <object>
A valid reference to any object.

<propertyName>
A string representing the name of the property.
    Returns TRUE if the object has a property whose name is whatever the passed in propertyName parameter.

FALSE if the object is not a valid object reference, or if the object does not have a property named propertyName
    Sample prop = "ASYM_WID_Editor"
hasEditor = isProperty(button "foo",prop)
    Note

 

This is an undocumented function, therefore it is unsupported by SumTotal Systems. Use it at your own risk.