Class: DataList_ [Abstract]

Properties  Events  Methods    Index of Classes

Abstract class that implements the behavior common to virtual scrolling lists

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
---------------------------------WideList_
------------------------------------WideList
---------------------------------------DataList_
------------------------------------------DataList

Library: Windows Application Class Library

Package: Dfdata.pkg

Mixins: Data_List_mixin

Description

This class is a obsolete. It's subclasses dbList and dbGrid have been replaced with the cDbCJGrid class.



DataList_ is an abstract class used to implement the behavior common to virtual scrolling lists, including dbList and dbGrid. Its subclasses dbList and dbGrid should be used for sub-classing and instantiation.