DataView (gb.db.form)

This control implements a TableView that shows the contents of a database table and allows to edit it.
The data is provided by the the first DataSource parent control.
The Columns property controls the list of fields to display or edit.
If you want more control on the appearance, you can use the View property to access the inner TableView control.
See also