PdcCalculation.IsChanged

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

IsChanged as Boolean

Description

Returns if the calculation is changed

Notes

This property returns the value of the 'IsChanged' property of the current calculation. When any changes have been made to the calculation without saving the calculation the property will return 'true'.

Code example

This code example returns the IsChanged state of the active calculation.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.IsChanged

Availability