Data Controls

From RAD Studio
Jump to: navigation, search

Go Up to VCL Components Categories Index

This topic lists all controls from the Delphi Data Controls tool-palette.

Control Description

TDBGrid

Vcl.DBGrids.TDBGrid

TDBGrid displays and manipulates records from a dataset in a tabular grid.

TDBNavigator

Vcl.DBCtrls.TDBNavigator

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

Vcl.DBCtrls.TDBText

TDBText represents a data-aware control that displays the value of a field on a form.

TDBEdit

Vcl.DBCtrls.TDBEdit

TDBEdit represents a single-line edit control that can display and edit a field in a dataset.

TDBMemo

Vcl.DBCtrls.TDBMemo

TDBMemo represents a multiline edit control that can display and edit a field in a dataset.

TDBImage

Vcl.DBCtrls.TDBImage

TDBImage represents a graphic image from a BLOB (binary large object) field of the current record of a dataset.

TDBListBox

Vcl.DBCtrls.TDBListBox

TDBListBox represents a data-aware list box that allows users to change field values by selecting an item from a list.

TDBComboBox

Vcl.DBCtrls.TDBComboBox

TDBComboBox represents a data-aware combo box control.

TDBCheckBox

Vcl.DBCtrls.TDBCheckBox

TDBCheckBox is a data-aware control that allows the user to select or deselect a single value.

TDBRadioGroup

Vcl.DBCtrls.TDBRadioGroup

TDBRadioGroup represents a group of radio buttons connected to a database.

TDBLookupListBox

Vcl.DBCtrls.TDBLookupListBox

TDBLookupListBox provides a list of lookup items for filling in fields that require data from another dataset.

TDBLookupComboBox

Vcl.DBCtrls.TDBLookupComboBox

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

Vcl.DBCtrls.TDBRichEdit

TDBRichEdit represents a multiline edit control that can display and edit a rich text memo field in a dataset.

TDBCtrlGrid

Vcl.DBCGrids.TDBCtrlGrid

TDBCtrlGrid displays records from a data source in a free-form layout.



See Also