FormHelper.addVariable

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto addVariable(string label, void delegate(Type) setter, Type delegate() getter, bool editable)
  2. auto addVariable(string label, Type value, bool editable)
    class FormHelper
    addVariable
    (
    Type
    )
    (
    string label
    ,
    ref Type value
    ,
    bool editable = true
    )

Meta