Class: dbBasicComboForm [Abstract]

Properties  Events  Methods    Index of Classes

Combines the capabilities of the ComboEntry class and the dbForm class

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
---------------------------DfBaseComboBoxEntry
------------------------------ComboEntry
---------------------------------dbBasicComboForm_
------------------------------------dbBasicComboForm
---------------------------------------dbDataComboForm

Library: Windows Application Class Library

Package: Dfbscent.pkg

Mixins: DFNavigate_Mixin DFCode_DEO_Mixin

Description

dbBasicComboForm is used to combine the capabilities of the ComboEntry class and the dbForm class. Use the sub-class dbComboForm for instantiation.

Note:
The primary purpose of this class is to mix DEO capabilities into a ComboForm. This supports the ability to fill a combo list with valid database values. Its subclass dbDataComboForm extends this class by allowing it to support separate values for display and database. The dbDataComboForm is also considered to be an intermediate class. Its subclass dbComboForm supports all these abilities and adds data-dictionary support. The dbComboForm should be used for instantiation. It supports data-value combo lists, description-value combo lists, and can be used with and without data dictionaries.


Please refer to the dbForm class concerning data entry object (DEO) form messages and behaviors. Refer to the ComboForm class for information regarding combo-form messages and behaviors.