company logo

Property :: hasParent - Does property has a parent

The property returns whether the property handle has a parent property handle (true) or not (false). When a property handle has a parent, one may call the parent() function in order to get the parent property handle.

When the property handle is not valid the property return false.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false.

Implementation details

bool Property  :: hasParent (  )