Skip to content

Class: DataList_ [Abstract]

Properties | Events | Methods | Index of Classes

Abstract class that implements the behavior common to virtual scrolling lists

Hierarchy

cObject > cUIObject > DfBaseObject > DfBaseWindow > DfBaseUIWindow > DfBaseControl > DfBaseList > DfBaseForm > DfBaseEntry > DfBaseEntryList > EntryList > WideList_ > WideList > DataList_

Show full hierarchy and direct subclasses

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.