Class: dbBasicComboForm_ [Abstract]

Properties  Events  Methods    Index of Classes

Abstract class that 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

Library: Windows Application Class Library

Package: Dfbscent.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

dbBasicComboForm_ is an abstract class used to combine the capabilities of the ComboEntry class and the dbForm class. Its sub-classes dbComboForm and dbCodeComboForm should be used for sub-classing and instantiation.