Skip to main content

TdxBarPopupLookupControl Class

A dropdown window of the TdxBarLookupCombo item.

Declaration

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.

See Also