Modified (ScreenField property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
 
mNo edit summary
Line 1: Line 1:
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==
  %sfield:Modified = bool
===Syntax terms===
  bool = %sfield:Modified
<dl>
 
<dt>bool
; Modified syntax
<dd>A Boolean enumeration. Valid values are True and False (default).
 
<dt>%sfield
; bool  
<dd>A reference to an instance of a ScreenField object.
: A Boolean enumeration. Valid values are True and False (default).
</dl>
 
; %sfield  
: A reference to an instance of a ScreenField object.

Revision as of 20:22, 18 March 2011

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

Syntax terms

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