| ComboBox |
Drop Down List of string items |
| TreeView |
Expandable and Collapsable
collection of string items |
| ExplorerButton |
Fancy Button |
| TabSet |
Collection of items shown as a Set
of Tabs, 16 bit Style |
| NewTabSet |
Collection of items shown as a Set
of Tabs, Win 32 Style |
| TabbedBook |
Collection of items shown as Win 32
Style Tabs, with linked panels |
| DBLookupList |
ListBox object, automatically
populated with records from a data file which match a field from another data file |
| DBLookUpCombo |
ComboBox object, automatically
populated with records from a data file which match a field from another data file |
| DBComboBox |
ComboBox object, which string items
change to reflect a value in a field of a data file |
| DBListBox |
ListBox object, which string items
change to reflect a value in a field of a data file |
| SQLObject |
Object to allow submission of SQL
Language statements to database systems. Other data objects can be linked to the results
of SQLObjects |