TdxBarColorCombo.Change Method
In This Article
Responds to the changes in a combo box.
#Declaration
Delphi
procedure Change; override;
#Remarks
This procedure is called when combo box contents change. Changing the combo box’s Color or Text property selects the corresponding color.
See Also