Class: DfBaseEntryList [Abstract]

Properties  Events  Methods    Index of Classes

Abstract class suitable for "table" style data entry

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
---------------------------DfBaseEntryList
------------------------------EntryList

Library: Windows Application Class Library

Package: none (class defined in runtime)

Mixins: DfFormList_Mixin

Description

DfBaseEntryList combines all of the capabilities of the Grid class and the Entry class resulting in an abstract class suitable for "table" style data entry. Its sub-classes EntryList, dbGrid, dbList and CodePickList should be used for sub-classing and instantiation.