PdcCalculation.IsChanged

From External Bemet Wiki
Revision as of 09:22, 21 May 2012 by Mike (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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