TWebDBComboBox
Description
This is a DB-aware combobox control. The combobox control connects typically to a DB string field and allows to edit the content of the DB string field via an edit control on the form. The TWebDBComboBox
is connected via DataSource
and DataField
properties to a dataset. Optionally, the list of items can be loaded from a dataset connected via the ListSource
and ListField
properties.
Properties for TWebDataSource
Property | Description |
---|---|
ListField | Specifies the field from the ListSource connected dataset that is used to load the items |
ListSource | Specifies the ListSource connected dataset |
ListSync | When true, changing the selected item in the combobox updates the active record in the ListSource dataset |