Class: cWebWindow

Properties  Events  Methods    Index of Classes

The Web Framework basic window class

Hierarchy

cObject
---cWebObject
------cWebBaseUIObject
---------cWebBaseDEOServer
------------cWebBaseContainer
---------------cWebWindow
------------------cWebView

Library: Web Application Class Library

Package: cWebWindow.pkg

Mixins: cWebRadioContainer_mixin

Description

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.