[Overview][Types][Classes][Procedures and functions][Index] |
Handles the CM_BIDIMODECHANGED control message for the control.
Source position: extctrls.pp line 1038
protected procedure TCustomLabeledEdit.CMBiDiModeChanged( |
var Msg: TLMessage |
); message; |
Msg |
|
Message handled in the method. |
Ensures that an assigned EditLabel uses the value stored in the BiDiMode property. Calls DoPositionLabel to update the control layout and position, and calls Invalidate to force the control to be redrawn.
Calls the inherited CMBiDiModeChanged method.
|
EditLabel - the label attached to the edit box. |
|
|
DoPositionLabel - perform the code for positioning the label. |
|
|
Schedules a repaint request. |
|
|
Handles a CM_BIDIMODECHANGED control message for the control. |
|
|
Indicates whether text controls use in bi-directional reading. |
Version 4.0 | Generated 2025-05-03 | Home |