Vcl.Controls.TWinControl.AddBiDiModeExStyle
Delphi
procedure AddBiDiModeExStyle(var ExStyle: DWORD);
C++
void __fastcall AddBiDiModeExStyle(unsigned &ExStyle);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | Vcl.Controls.pas Vcl.Controls.hpp | Vcl.Controls | TWinControl | 
Description
Sets control's window style according to its bi-directional support.
The CreateParams method calls AddBiDiModeExStyle to update the control's style flags (passed as the ExStyle parameter) according the control's bi-directional support. AddBiDiModeExStyle uses the UseRightToLeftReading, UseRightToLeftScrollBar, UseRightToLeftAlignment, and GetControlsAlignment methods to determine the current bi-directional support.