Vcl.DBCtrls.TDBLookupComboBox

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.DBCtrls.TCustomDBLookupComboBoxVcl.DBCtrls.TDBLookupControlVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentTDBLookupComboBox

Delphi

TDBLookupComboBox = class(TCustomDBLookupComboBox)

C++

class PASCALIMPLEMENTATION TDBLookupComboBox : public TCustomDBLookupComboBox

Properties

Type Visibility Source Unit Parent
class public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls Vcl.DBCtrls

Description

TDBLookupComboBox represents a combo box that identifies a set of field values in one dataset with a corresponding set of values from another dataset.

Use TDBLookupComboBox to provide the user with a convenient drop-down list of lookup items for filling in fields that require data from another dataset.

If TDBLookupComboBox is linked to a lookup field component, it automatically reads the relationship between the field value and the lookup values in the lookup dataset from the field component. The relationship between field values and the corresponding values in the lookup dataset can also be explicitly set using the properties of the lookup combo box when the combo box is not linked to a lookup field component.

See Also