company logo

Value :: accessible - Is value accessible

The function checks whether the value handle is valid and accessible, i.e. an instance is selected in the value handle.

Typically, a value handle is not accessible, when the value has a parent property, but no instance is selected in the parent property handle or when the value handle is not opened (invalid). When changing the selection in the parent property, the value might become inaccessible.

Return value:  Success ( bool  )

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

Implementation details

bool Value  :: accessible (  )