FormHelper.addVariable

Undocumented in source.
  1. auto addVariable(string label, void delegate(Type) setter, Type delegate() getter, bool editable)
    template addVariable(Type)
    addVariable
    (
    string label
    ,
    void delegate
    (
    Type
    )
    setter
    ,
    const Type delegate
    ()
    getter
    ,
    bool editable = true
    )
  2. auto addVariable(string label, Type value, bool editable)

Members

Functions

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

Meta