Because there are so many controls this list is broken up into Core Controls which are the base class controls and some elemental controls like WebPage and WebUserControl. And then there are the following subgroups:
| Class | Description |
|---|---|
wwWebControl |
The wwWebControl class is the base controls for all other controls in the Web Connection WebControl framework. It provides the core functionality for most controls. |
wwWebPage |
The wwWebPage class is the top level container for a WebControl page. This container acts as the entry point for event processing and provides the HTML Document for page generation. |
wwWebUserControl |
The wwWebUserControl class is the base class that is used for visual User Controls that can be visually designed and then be dragged and dropped onto page canvas for visual resusability. User Controls are essentially mini forms and behave very similar to forms and provide a container for other visual controls. |