DataBrowser (gb.db.form)

This control is made of a DataView that displays the contents of a parent DataSource object,
and a little toolbar that allows the user to browse it.
The Columns property allows you to set up the list of fields to display or edit.
The data is provided by the the first DataSource parent control.
If you want more control on the appearance, you can use the View property to access the inner TableView control.