[Overview][Types][Classes][Procedures and functions][Index] |
Handles the CM_BIDIMODECHANGED control message for the control.
Source position: extctrls.pp line 983
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. |
|
|
Handler for a changed BiDiMode message; notifies the widget and all child controls. |
|
|
Customization (of text controls) in bidirectional reading environments. |
lazarus-ccr.sourceforge.net |