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
Hierarchy
cObject > cUIObject > DfBaseObject > DfBaseWindow > DfBaseUIWindow > DfBaseControl > DfBaseList > DfBaseForm > DfBaseEntry > Entry > dbForm_
Show full hierarchy and direct subclasses
Library: Windows Application Class Library
Package: DFEntry.pkg
Mixins: Entry_Form_DS_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.