SequenceRecordSet.<Sequence name>.Modified
Syntax:
Returned value:
True - records are changed; False - otherwise.
Description:
Availability:
Note:
Example:
If RecordsSet.Modified() Then // Write the recordset. Try RecordsSet.Write(); Except DoMessageBox("Can't write: |" + ErrorDescription()); Cancel = True; EndTry; EndIf; |