IsUpdated (Record function)

From m204wiki
Revision as of 17:12, 3 September 2015 by ELowell (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Is record updated in current transaction? (Record class)

[Introduced in Sirius Mods 7.7]

This page is under construction.

Syntax

%boolean = record:IsUpdated

Syntax terms

%boolean A Boolean enumeration value
record A Record object.

Usage notes

Examples

See also

  • CurrentRecordIsUpdated reports whether the currently selected record has been updated within the current transaction.
  • RecordIsUpdated reports whether a record you identify by file name and record number has been updated within the current transaction.