DecimalExpression

A DecimalExpression evaluates to a Decimal value.

Code example

    OrderLine.Amount.Assign(DecimalExpression.Null)

In this example the value of Amount of Orderline is reset by assigning the NULL value of a DecimalExpression.