Class: dbAppClient_ [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_

Library: Windows Application Class Library

Package: Dfclient.pkg

Mixins: Entry_Client_mixin NESTING_Mixin NAVIGATE_Mixin SERVER_Mixin VERIFY_Mixin ACTION_BAR_Mixin Auto_Locate_Mixin Deo_Delegate_Mixin

Description

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