IsUpdated (Record function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 15: Line 15:
<ul>
<ul>
<li>[[CurrentRecordIsUpdated (System function)|CurrentRecordIsUpdated]] reports whether the currently selected record has been updated within the current transaction.
<li>[[CurrentRecordIsUpdated (System function)|CurrentRecordIsUpdated]] reports whether the currently selected record has been updated within the current transaction.
<li><var>[[RecordIsUpdated (System function)|RecordIsUpdated]]</var> reports whether a record you identify by filename and record number has been updated within the current transaction.
</ul>
</ul>
{{Template:Record:IsUpdated footer}}
{{Template:Record:IsUpdated footer}}

Revision as of 17:54, 10 July 2012

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

%booleanBoolean value
record 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 filename and record number has been updated within the current transaction.