Class: ComboEntry [Abstract]
Properties | Events | Methods | Index of Classes
Combines the capabilities of the Entry and ComboForm classes in a single class
Hierarchy
cObject > cUIObject > DfBaseObject > DfBaseWindow > DfBaseUIWindow > DfBaseControl > DfBaseList > DfBaseForm > DfBaseEntry > DfBaseComboBoxEntry > ComboEntry
Show full hierarchy and direct subclasses
Library: Windows Application Class Library
Package: Windows.pkg
Mixins: Standard_Form_Mixin, Auto_Setup_Mixin, DataFile_Help_Mixin, Entry_Shadow_Mixin, ToolTip_Support_Mixin, Combo_Mixin
Description
ComboEntry is used to combine the capabilities of the Entry and ComboForm classes in a single class. This is an intermediate class.
Syntax
This class is used only for the creation of other classes; objects should not be created directly from it.
Of Special Note
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.