RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLabeledEdit.CMBidimodechanged Method

Responds when the BiDiMode property changes.

Pascal
procedure CMBidimodechanged(var Message: TMessage); message CM_BIDIMODECHANGED;
C++
__fastcall CMBidimodechanged(TMessage Message);

CMBidimodechanged is called automatically when an application changes the BiDiMode property. 

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

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

 

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