Class: dbAppView_ [Abstract]

Properties  Events  Methods    Index of Classes

Abstract class that creates view objects

This is an abstract class and should never be used by a developer for object instantiation. While a developer could use this class for sub-classing, it is not encouraged.

Hierarchy

cObject
---cUIObject
------DfBaseObject
---------DfBaseWindow
------------DfBaseUIWindow
---------------DfBaseContainer
------------------DfBaseDialog
---------------------Container3d
------------------------MdiDialog
---------------------------AppDialog
------------------------------View
---------------------------------dbAppClient_
------------------------------------dbAppView_
---------------------------------------dbView

Library: Windows Application Class Library

Package: Dfclient.pkg

Mixins: entry_view_Client_mixin

Description

The dbAppView_ class is used to create view objects. Its sub-class dbView should be used for sub-classing and instantiation.