IsUpdated (Record function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→Syntax terms) |
||
Line 8: | Line 8: | ||
===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>A <var>Record</var> object.</td></tr> | <td>A <var>Record</var> object.</td></tr> |
Revision as of 16:20, 8 November 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
%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.