| Home | Previous Lesson: DataWindow Painter Next Lesson: How to Use a DataWindow? |
A DataWindow is a data aware object, used to retrieve the data from a database and present it to the user in a wide variety of styles. It also allows the user to change the data and update the database with the changes with some restrictions. DataWindow reduces the need for the code to a minimum by internally issuing appropriate database specific API calls or ODBC calls.
There are two parts in a DataWindow.
The later part is explained in the Window painter session, and will be explored in detail in future sessions. This session explains about the DataWindow object. A DataWindow object definition consists of:
| Home | Previous Lesson: DataWindow Painter Next Lesson: How to Use a DataWindow? |