Form.setValue

Overrides of the base class implementations that more confirm to *my* conventions when writing form html.

  1. void setValue(string field, string value)
    class Form
    override
    void
    setValue
    (
    string field
    ,
    string value
    )
  2. void setValue(string field, string value, bool makeNew)

Meta