Skip to content

Class: DfBaseFormList [Abstract]

Properties | Events | Methods | Index of Classes

Abstract class which should be used for creating multi-row, multi-column entry lists

Hierarchy

cObject > cUIObject > DfBaseObject > DfBaseWindow > DfBaseUIWindow > DfBaseControl > DfBaseList > DfBaseForm > DfBaseFormList

Show full hierarchy and direct subclasses

Library: Windows Application Class Library

Mixins: DfFormList_Mixin

Description

This class 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.

DfBaseFormList should be used for creating multi-row, multi-column entry lists. Its sub-class Grid should be used for sub-classing and instantiation.