HtmlForm Struct Reference
[Web Server]

A structure that represents a collection of HtmlFormElement structures. More...


Data Fields

HtmlFormElement elements [MAX_FORM_ELEMENTS]
 An array of form elements.
int count
 The number of form elements contained in this form.

Detailed Description

A structure that represents a collection of HtmlFormElement structures.

If you need a larger form, you can adjust MAX_FORM_ELEMENTS in webserver.h it accommodates 10 by default.

Definition at line 58 of file webserver.h.


Field Documentation

The number of form elements contained in this form.

Definition at line 61 of file webserver.h.

HtmlFormElement HtmlForm::elements[MAX_FORM_ELEMENTS]

An array of form elements.

Definition at line 60 of file webserver.h.