Vcl.ComCtrls.TRichEdit.ParentBiDiMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentBiDiMode;

C++

__property ParentBiDiMode = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TRichEdit

Description

Specifies whether the control uses its parent's BiDiMode.

Vcl.ComCtrls.TRichEdit.ParentBiDiMode inherits from Vcl.Controls.TControl.ParentBiDiMode. All content below this line refers to Vcl.Controls.TControl.ParentBiDiMode.

Specifies whether the control uses its parent's BiDiMode.

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 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.

See Also