Class QFormGen
Class QFormGen For specifying the FormGen param value. Declares what to generate for the given database object.
string |
Both
Generate both a control and a label |
#
'both'
|
string |
LabelOnly
Generate only a label |
#
'label'
|
string |
ControlOnly
Generate only a control |
#
'control'
|
string |
None
Do not generate anything for this database object |
#
'none'
|