cObject
---cUIObject
------DfBaseObject
---------DfBaseWindow
------------DfBaseUIWindow
---------------DfBaseControl
------------------DfBaseList
---------------------DfBaseForm
------------------------DfBaseEntry
---------------------------DfBaseComboBoxEntry
------------------------------ComboEntry
---------------------------------dbBasicComboForm_
ComboEntry is used to combine the capabilities of the Entry and ComboForm classes in a single class. This is an intermediate class.
This class is used only for the creation of other classes; objects should not be created directly from it.
All behaviors, procedures, functions and properties are inherited unchnaged from its superclasses, Entry and ComboForm. It is used as the basis for the dbComboForm class, a data-aware combo form. The dbComboForm class is a complex class that is built by using a series of intermediate super-classes (ComboEntry, dbBasicComboForm, dbDataComboForm).
This class's properties are unchanged from those of its superclasses.
This class's procedures and functions are unchanged from those of its superclasses.