RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLabeledEdit.CMEnabledchanged Method

Responds when the Enabled property changes.

Pascal
procedure CMEnabledchanged(var Message: TMessage); message CM_ENABLEDCHANGED;
C++
__fastcall CMEnabledchanged(TMessage Message);

CMEnabledchanged is called automatically when an application changes the Enabled property. 

Message is a CM_ENABLEDCHANGED message that notifies the labeled edit of the change. 

The labeled edit control responds by changing the Enabled property of the associated label to the value of its own Enabled property. 

 

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