Modified (ScreenField property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 5: Line 5:
{{Template:ScreenField:Modified syntax}}
{{Template:ScreenField:Modified syntax}}
===Syntax terms===
===Syntax terms===
<dl>
<table class="syntaxTable">
<dt>bool
<tr><th>bool</th>
<dd>A Boolean enumeration. Valid values are True and False (default).
<td>A Boolean enumeration. Valid values are True and False (default). </td></tr>
<dt>%sfield
<tr><th>%sfield</th>
<dd>A reference to an instance of a ScreenField object.
<td>A reference to an instance of a ScreenField object.</td></tr>
</dl>
</table>
==See also==
==See also==
{{Template:ScreenField:Modified footer}}
{{Template:ScreenField:Modified footer}}

Revision as of 20:22, 18 March 2011

Set or return the modified attribute for screenfield (ScreenField class)


This 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

bool A Boolean enumeration. Valid values are True and False (default).
%sfield A reference to an instance of a ScreenField object.

See also