company logo

Value :: isValid - Is value handle valid

A value is valid, when is has been created successfully and had not been closed, so far. 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 (  )

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