TSQLComboBox | like a ComboBox, but items are filled from SQL |
TDBSQLComboBox | sort of DBComboBox |
TDBSQLLookupComboBox | kind of DBLookupComboBox |
TSQLListBox | something like a ListBox |
TDBSQLListBox | probably parent with DBListBox |
TDBSQLLookupListBox | Nice weather, isn't it ? |
DataSource | connection to the "main" table |
DataField | datafield in the main table |
ItemsDatabase | internal query database |
ItemsSQL | internal query SQL order |
ItemsKeyField | internal query key field |
ItemsViewField | internal query view field |
DataSource | dsCustomer |
DataField | CountryRef |
ItemsDatabase | aDatabaseName |
ItemsSQL | SELECT * FROM Country ORDER BY OrderNum |
ItemsKeyField | Ref |
ItemsViewField | Name |