Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Data Type

Description

Result

*Result (Optional)

Boolean

True if assignment succeeded, otherwise false

Value

*Input

Variant

Value to be applied to the data class

...

In this example, a data class is updated using SetValue. If it fails the code inside the IF will be executed.

...

If (*Not #DataClass.SetValue( #NewValue ))
   * Update of data class failed
Endif

See also

All Component Classes

Technical Reference