Class: WideList [Abstract]
Properties | Events | Methods | Index of Classes
An 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_ > WideList
Show full hierarchy and direct subclasses
Library: Windows Application Class Library
Package: DFWide.pkg
Mixins: DFNavigate_Mixin, DFCode_DEO_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 defines the common procedures and properties of data-entry classes and dbLists.
Of Special Note
The WideList class defines the properties, procedures, and functions required by all kinds of data-entry and lists. Its descendent classes include (indirectly) dbList and dbGrid. WideList is not intended for the creation of objects directly (instantiation).
Accelerator Keys
| Name | Message Sent |
|---|---|
| kbegin_of_panel | beginning_of_panel |
| kcancel | request_cancel |
| kdownarrow | down_row |
| kend_of_panel | end_of_panel |
| kexit_function | exit_function |
| kprompt | prompt |
| kswitch | switch |
| kswitch_back | switch_back |
| kswitch_panel | switch_next_group |
| kswitch_panel_back | switch_prior_group |
| kuparrow | up_row |
| kzoom | zoom |