RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.AddBiDiModeExStyle Method

Sets control's window style according to its bi-directional support.

Pascal
procedure AddBiDiModeExStyle(var ExStyle: DWORD);
C++
__fastcall AddBiDiModeExStyle(DWORD ExStyle);

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. 

 

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