FunctionInfo.createForm

This is used if you want a custom form - normally, on insufficient parameters, an automatic form is created. But if there's a functionName_Form method, it is used instead. FIXME: this used to work but not sure if it still does

struct FunctionInfo
Document delegate(in string[string] args) createForm;
Suggestion Box / Bug Report