Modified (ScreenField property)

From m204wiki
Revision as of 20:22, 18 March 2011 by TomWiccan (talk | contribs) (1 revision)
Jump to navigation Jump to search

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