Handles CM_BIDIMODECHANGED messages for the control.
Source position: controls.pp line 1441
protected procedure TControl.CMBiDiModeChanged( |
var Message: TLMessage |
); message; |
Message |
|
Message examined and handled in the method. |
Calls the Invalidate method to redraw the control when the wParam member in Message is 0 (zero).
|
Causes a delayed Repaint of the control by marking its visible area of the control as invalid. |
|
|
| Version 4.4 | Generated 2025-11-08 | Home |