21
edits
Changes
m
→Adding a Field to the Form
*'''submitter''': if set to true, it tags this IO_Field to terminate the IO_Form's edit() if ENTER_KEY is hit. see the edit() method for more info.
'''add()''' also calls '''set(IO_Form* owner)''' of IO_Field and passes its pointer ''(this)'' to it. By doing this, each IO_Field will know who is its owner.
'''add()''' returns the number of fields currently in IO_FORM.
<hr width="50%" />