Class: WideList_ [Abstract]
Properties | Events | Methods | Index of Classes
Abstract class defining the common procedures and properties of data-entry classes and dbLists
Hierarchy
cObject > cUIObject > DfBaseObject > DfBaseWindow > DfBaseUIWindow > DfBaseControl > DfBaseList > DfBaseForm > DfBaseEntry > DfBaseEntryList > EntryList > WideList_
Show full hierarchy and direct subclasses
Library: Windows Application Class Library
Package: DFWide.pkg
Mixins: Wide_List_mixin
Description
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.