Show: Delphi
C++
Display Preferences
Vcl.DBLookup
From XE2 API Documentation
Classes
| TComboButton | Implements a button that can be used to execute various commands. |
| TDBLookupCombo | Implements a combo box. |
| TDBLookupList | Implements a lookup list. |
| TPopupGrid | Provides a pop-up list of lookup items for filling in fields that require data from another dataset. |
Types
| TDBLookupComboStyle | Represents a set of flags that describes the style of a TDBLookupCombo. |
| TDBLookupListOption | Represents a set of flags that describes the style of a TDBLookupList. |
| TDBLookupListOptions | Represents a set of flags that describes the style of a TDBLookupList. |
Constants
| csDropDown | csDropDown: TDBLookupComboStyle = csDropDown; |
| csDropDownList | csDropDownList: TDBLookupComboStyle = csDropDownList; |
| loColLines | loColLines: TDBLookupListOption = loColLines; |
| loRowLines | loRowLines: TDBLookupListOption = loRowLines; |
| loTitles | loTitles: TDBLookupListOption = loTitles; |