Modified (ScreenField property): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:ScreenField:Modified subtitle}} | |||
This property sets or returns the Modified attribute for a ScreenField. The Modified attribute is initially set for a field by the [[Screen class#AddField function|AddField method]], and is always reset by the [[Screen class#Read function|Read method]]. | This property sets or returns the Modified attribute for a ScreenField. The Modified attribute is initially set for a field by the [[Screen class#AddField function|AddField method]], and is always reset by the [[Screen class#Read function|Read method]]. | ||
==Syntax== | ==Syntax== | ||
{{Template:ScreenField:Modified syntax}} | |||
===Syntax terms=== | ===Syntax terms=== | ||
<dl> | <dl> | ||
Line 8: | Line 11: | ||
<dd>A reference to an instance of a ScreenField object. | <dd>A reference to an instance of a ScreenField object. | ||
</dl> | </dl> | ||
==See also== | |||
{{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.