RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLabeledEdit.CMVisiblechanged Method

Responds when the Visible property changes.

Pascal
procedure CMVisiblechanged(var Message: TMessage); message CM_VISIBLECHANGED;
C++
__fastcall CMVisiblechanged(TMessage Message);

CMVisiblechanged is called automatically when an application changes the Visible property. 

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

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

 

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