TdxBarPopupLookupControl Class
In This Article
A dropdown window of the TdxBarLookupCombo item.
#Declaration
Delphi
TdxBarPopupLookupControl = class(
TCustomControl
)
#Remarks
Use the lookup combo’s ListField property to specify the fields whose values are displayed in a dropdown list. The number of visible rows in the dropdown list is specified by the lookup combo’s RowCount property.
This class is for internal purposes only.
#Inheritance
TObject
TPersistent
TComponent
TControl
TWinControl
TCustomControl
TdxBarPopupLookupControl
See Also