Modified (ScreenField property): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:ScreenField:Modified subtitle}} | |||
The <var>Modified</var> property sets or returns the <var>Modified</var> attribute for a <var>ScreenField</var>. The <var>Modified</var> attribute is initially set for a field by the <var>[[AddField_(Screen_function)|AddField]]</var> method, and is always reset by the <var>[[Read_(Screen_function)|Read]]</var> method. | |||
==Syntax== | ==Syntax== | ||
{{Template:ScreenField:Modified syntax}} | |||
===Syntax terms=== | ===Syntax terms=== | ||
< | <table class="syntaxTable"> | ||
< | <tr><th>%currentBoolean</th> | ||
< | <td>A <var>[[Boolean_enumeration|Boolean enumeration]]</var> to get the current value of the the <var>Modified</var> attribute applicable to <var class="term">sfield</var>. Valid values are <var>True</var> and <var>False</var> (default).</td></tr> | ||
< | |||
< | <tr><th>sfield</th> | ||
</ | <td>A reference to an instance of a <var>ScreenField</var> object.</td></tr> | ||
<tr><th>newBoolean</th> | |||
<td>A <var>Boolean enumeration</var> to set the new value for the <var>Modified</var> attribute applicable to <var class="term">sfield</var>. Valid values are <var>True</var> and <var>False</var> (default)</td></tr> | |||
</table> | |||
==See also== | |||
{{Template:ScreenField:Modified footer}} |
Latest revision as of 19:42, 20 November 2012
Set or return the modified attribute for screenfield (ScreenField class)
The Modified property sets or returns the Modified attribute for a ScreenField. The Modified attribute is initially set for a field by the AddField method, and is always reset by the Read method.
Syntax
%currentBoolean = sfield:Modified sfield:Modified = newBoolean
Syntax terms
%currentBoolean | A Boolean enumeration to get the current value of the the Modified attribute applicable to sfield. Valid values are True and False (default). |
---|---|
sfield | A reference to an instance of a ScreenField object. |
newBoolean | A Boolean enumeration to set the new value for the Modified attribute applicable to sfield. Valid values are True and False (default) |