Data Controls
Go Up to VCL Components Categories Index
This topic lists all controls from the Delphi Data Controls tool-palette.
Control | Description | |
---|---|---|
TDBGrid displays and manipulates records from a dataset in a tabular grid. | ||
TDBNavigator is used to move through the data in a dataset and perform operations on the data, such as inserting a blank record or posting a record. | ||
TDBText represents a data-aware control that displays the value of a field on a form. | ||
TDBEdit represents a single-line edit control that can display and edit a field in a dataset. | ||
TDBMemo represents a multiline edit control that can display and edit a field in a dataset. | ||
TDBImage represents a graphic image from a BLOB (binary large object) field of the current record of a dataset. | ||
TDBListBox represents a data-aware list box that allows users to change field values by selecting an item from a list. | ||
TDBComboBox represents a data-aware combo box control. | ||
TDBCheckBox is a data-aware control that allows the user to select or deselect a single value. | ||
TDBRadioGroup represents a group of radio buttons connected to a database. | ||
TDBLookupListBox provides a list of lookup items for filling in fields that require data from another dataset. | ||
TDBLookupComboBox represents a combo box that identifies a set of field values in one dataset with a corresponding set of values from another dataset. | ||
TDBRichEdit represents a multiline edit control that can display and edit a rich text memo field in a dataset. | ||
TDBCtrlGrid displays records from a data source in a free-form layout. |