Skip to content

Class: dbGrid_ [Abstract]

Properties | Events | Methods | Index of Classes

Abstract class that enables users to view and edit a scrolling, multi-column list of field values from a database file

Hierarchy

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

Show full hierarchy and direct subclasses

Library: Windows Application Class Library

Package: Dftable.pkg

Mixins: Table_ds_mixin

Description

This class is obsolete. It has been replaced with the cDbCJGrid class.

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.

dbGrid_ is used to enable users to view and edit a scrolling, multi-column list of field values from a database file. Its sub-class dbGrid should be used for sub-classing and instantiation.