cObject
---cUIObject
------DfBaseObject
---------DfBaseWindow
------------DfBaseUIWindow
---------------DfBaseControl
------------------DfBaseList
---------------------DfBaseForm
------------------------DfBaseEntry
---------------------------DfBaseEntryList
------------------------------EntryList
---------------------------------WideList_
------------------------------------WideList
---------------------------------------DataList_
---------------------------------------PickList_
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.
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).
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 |