Class: dbForm_ [Abstract]
Properties Events Methods
Index of Classes
Abstract class that supports data entry for one table column of one logical record at a time
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
---------------DfBaseControl
------------------DfBaseList
---------------------DfBaseForm
------------------------DfBaseEntry
---------------------------Entry
------------------------------dbForm_
---------------------------------dbFormDS
Library: Windows Application Class Library
Package: Dfentry.pkg
Mixins: Entry_Form_DS_mixin Nesting_Mixin Navigate_Mixin Verify_Mixin Server_Mixin Action_Bar_Mixin Find_Edit_Mixin Entry_Item_Mixin Entry_CheckBox_Mixin DEO_Delegate_Mixin Validate_Mixin Clear_Defaults_Mixin
Description
dbForm_ is used to support data entry through an entry_item to one field of one logical record at a time. Its subclasses dbForm, dbCheckBox, and dbSpinForm should be used for sub-classing and instantiation.