[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Menus' (#lcl)

TMenuItem.GetIsRightToLeft

Determines whether right-to-left display is enabled for the menu item.

Declaration

Source position: menus.pp line 263

public function TMenuItem.GetIsRightToLeft: Boolean; virtual;

Function result

True when the menu item has a parent menu with a BiDiMode other than bdLeftToRight.

Description

Calls GetParentMenu to get the menu which contains the menu item. The return value is False if a parent menu is not found for the menu item, or the BiDiMode in the menu is set to bdLeftToRight.


Version 3.2 Generated 2024-02-25 Home