cObject
---cWebObject
------cWebBaseUIObject
---------cWebBaseDEOServer
------------cWebBaseContainer
---------------cWebWindow
------------------cWebView
The cWebWindow class provides basic support for displaying an independent loadable window that contains child web controls.
It is unlikely that you would want to use this class directly. Use the cWebView class to create a modeless view for displaying data, or encapsulating some other functional piece of your application (e.g. a report). Use cWebModalDialog if you require a dialog that is modal and floats above the currently displayed view.