RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomComboBoxEx.CMColorChanged Method

Responds when the Color property changes.

Pascal
procedure CMColorChanged(var Message: TMessage); message CM_COLORCHANGED;
C++
__fastcall CMColorChanged(TMessage Message);

CMColorChanged is called automatically when the Color property changes. It forces a repaint to reflect the new color. 

Message represents the parameters of the Windows message that informs the combo box of the color change. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!