TCustomdxBarComboControl Class
In This Article
A combo box with a custom dropdown window.
#Declaration
Delphi
TCustomdxBarComboControl = class(
TdxBarEditControl
)
#Remarks
This class is the base class for all item controls both for the standard combo box with a dropdown list and combo boxes with a customized dropdown window, such as TdxBarComboControl or TdxBarDateComboControl (item controls for the TdxBarCombo and TdxBarDateCombo items).
#Inheritance
See Also