RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.Changed Method

Sends a CM_CHANGED message to the control.

Pascal
procedure Changed;
C++
__fastcall Changed();

Call Changed after changing the properties of the control in a way that affects the properties of a parent object. Changed sends a CM_CHANGED message back to the control. If the control is a windowed control, this message is bubbled up to the parent so that it can make any necessary adjustments. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!