Modified (ScreenField property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(No difference)

Revision as of 19:43, 28 January 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.

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