[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if right-to-left reading is used for the menu.
Source position: menus.pp line 417
public function TMenu.UseRightToLeftReading: Boolean; virtual; |
True if Right-to-Left reading is used for the text on the menu.
UseRightToLeftReading is a Boolean function which indicates if the menu uses Right-to-Left reading for its values. UseRightToLeftReading is used in the widgetset class to enable bi-directional text display for languages like Arabic and Hebrew.
The return value is True when the BiDiMode property is set to a value other than bdLeftToRight.
Use the UseRightToLeftAlignment property to set the alignment for text values in the menu.
|
UseRightToLeftAlignment - returns True if Right-to-Left alignment is being used. |
|
|
Indicates whether Bi-directional text mode is implemented allowing use with languages like Arabic or Hebrew. |
|
Version 4.0 | Generated 2025-05-03 | Home |