Defined in file: hzDocument.h
hzHtmForm is analogous to the hzwForm (web form) class except that the latter is for page generation and so has 'rendering control' data to enable HTML formation. The hzHtmForm class marks a form found in a downloaded page and notes only the form name and a list of fields manifest as name-value pairs (name of field plus a pre-set value if provided).
Constructors/Detructors
| Default constructor | hzHtmForm() | Not specified in code. Default applies | |
| Copy constructor | hzHtmForm(&) | Not specified in code. Default applies | |
| void | ~hzHtmForm | (void) |
Member Variables:
| hzList<hzPair> | fields | Incident fields | |
| hzString | name | Form name |