cObject
---cUIObject
------DfBaseObject
---------DfBaseWindow
------------DfBaseUIWindow
---------------DfBaseControl
------------------DfBaseList
---------------------DfBaseForm
------------------------DfBaseEntry
---------------------------DfBaseEntryList
------------------------------EntryList
---------------------------------WideList_
------------------------------------WideList
This class and all its subclasses (except CodePicklist) is obsolete. Lists and Grids are now created using the cCJGrid and cDbCJGrid classes.
As of revision 16.0, DataFlex includes full support for Codejock Software's COM Report Control package for creating grids. See Using Grids for more information.
WideList_ is used to define the common procedures and properties of data-entry classes and dbLists. Its sub-classes dbGrid, dbList, and CodePickList should be used for sub-classing and instantiation.