|
RAD Studio VCL Reference
|
Responds when the Color property changes.
procedure CMColorChanged(var Message: TMessage); message CM_COLORCHANGED;
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|