Vcl.Menus.TMenu.AdjustBiDiBehavior

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AdjustBiDiBehavior;

C++

void __fastcall AdjustBiDiBehavior();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TMenu

Description

Applies the BiDiMode property to the menu when the Windows control is created.

AdjustBiDiBehavior is called automatically when the Windows control for the menu is created. It ensures that the BiDiMode property is properly reflected in the menu if the application is running in a Middle Eastern locale.

See Also