Vcl.Menus.TMenu.DoBiDiModeChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoBiDiModeChanged;

C++

void __fastcall DoBiDiModeChanged();

Properties

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

Description

Updates the menu when the BiDiMode property changes.

Do not call DoBiDiModeChanged. It is called automatically when the menu's BiDiMode property changes to update the menu to reflect the current setting.

See Also