RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBoundLabel.ParentBiDiMode Property

Specifies whether the control uses its parent's BiDiMode.

Pascal
property ParentBiDiMode: Boolean;
C++
__property Boolean ParentBiDiMode;

Use ParentBiDiMode to get or set whether the control uses its parent's BiDiMode. When ParentBiDiMode is true, the control's BiDiMode property is always equal to that of its parent. If ParentBiDiMode is false, the control uses its own BiDiMode property. 

Set ParentBiDiMode to true for all controls in a form in order to ensure that the entire user interface adjusts to Middle Eastern locales in a uniform manner. 

When the value of the control's BiDiMode property changes, ParentBiDiMode becomes false automatically. 

 

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