Vcl.Menus.TMenu.ParentBiDiModeChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ParentBiDiModeChanged; overload;
procedure ParentBiDiModeChanged(AControl: TObject); overload;

C++

void __fastcall ParentBiDiModeChanged()/* overload */;
void __fastcall ParentBiDiModeChanged(System::TObject* AControl)/* overload */;

Properties

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

Description

Ensures that the menu's layout follows the current settings of the BiDiMode and ParentBiDiMode properties.

ParentBiDiMode changed is called when the menu's BiDiMode property must be updated to reflect the bi-directional mode of its associated control.

See Also