[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Determines whether right-to-left display is enabled for the menu item.
Source position: menus.pp line 269
public function TMenuItem.GetIsRightToLeft: Boolean; virtual; |
True when the menu item has a parent menu with a BiDiMode other than bdLeftToRight.
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 4.0 | Generated 2025-05-03 | Home |