The FormSpec type exposes the following members.

Properties

  Name Description
Public property Comments
a single (possibly rather long) string (which may contain embedded newlines) containing comments to be optionally used in GUI or other representations of the form type.
Public property FieldMap
Map, keyed by SpecField name, containing suitable allowed values for specific form fields.
Public property Fields
List of all SpecField objects for all fields defined for this Form type.
Public property Formats
List of "formats" for this form type.
Public property Presets
Map, keyed by SpecField name, containing preset (default) values for specific form fields.
Public property Values
Map, keyed by SpecField name, containing suitable allowed values for specific form fields.
Public property Words
List of "words" for this form type.

See Also