company logo

Value :: isValid - Is value handle valid

The property returns true, when the value handle refers to a valid value and false otherwise.

In order to avoid exceptions for invalid value handles, the function can be used for checking the valid state before calling critical value handle functions.

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  :: isValid (  )