ChartOfCalculationTypesObject.<Chart of Calculation Types name>.Modified
Syntax:
Returned value:
True indicates the object was changed; otherwise it is False.
Description:
Availability:
Note:
Example:
If RecordsSet.Modified() Then // Write the record set. Try RecordsSet.Write(); Except DoMessageBox("Can't write: |" + ErrorDescription()); Cancel = True; EndTry; EndIf; |