IsUpdated (Record function): Difference between revisions
Jump to navigation
Jump to search
m (→See also) |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:Record:IsUpdated subtitle}} | {{Template:Record:IsUpdated subtitle}} | ||
This page is [[under construction]]. | |||
==Syntax== | ==Syntax== | ||
{{Template:Record:IsUpdated syntax}} | {{Template:Record:IsUpdated syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%boolean</th><td><var>Boolean</var> value</td></tr> | <tr><th>%boolean</th> | ||
<td><var>A [[Boolean enumeration]]</var> value</td></tr> | |||
<tr><th>record</th> | <tr><th>record</th> | ||
<td>Record object</td></tr> | <td>A <var>Record</var> object.</td></tr> | ||
</table> | </table> | ||
==Usage notes== | ==Usage notes== | ||
==Examples== | ==Examples== | ||
==See also== | ==See also== | ||
<ul> | <ul> | ||
<li>[[CurrentRecordIsUpdated (System function)|CurrentRecordIsUpdated]] reports whether the currently selected record has been updated within the current transaction. | <li><var>[[CurrentRecordIsUpdated (System function)|CurrentRecordIsUpdated]]</var> 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 file name and record number has been updated within the current transaction. | |||
</ul> | </ul> | ||
{{Template:Record:IsUpdated footer}} | {{Template:Record:IsUpdated footer}} |
Latest revision as of 17:12, 3 September 2015
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.