Protected (ScreenField property)

From m204wiki
Revision as of 19:44, 28 January 2011 by Tom (talk | contribs) (→‎Protected property)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This property sets or returns the Protected attribute for a ScreenField. A protected field does not allow user input, and is used for display only. Unprotected fields are used for user input. The Protected attribute is initially set for a field by the AddField method.

  %sfield:Protected = bool
  bool = %sfield:Protected
Protected syntax
%sfield
A reference to an instance of a ScreenField object.
bool
A Boolean enumeration that indicates whether the field is protected. Valid values are True (default) and False.