Vcl.Menus.TMenu.IsRightToLeft

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsRightToLeft: Boolean;

C++

bool __fastcall IsRightToLeft();

Properties

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

Description

Indicates whether menu items read from right to left.

Call IsRightToLeft to determine the layout of main menu items. IsRightToLeft returns true if the application is running on a system with a Middle Eastern locale and the BiDiMode property is not bdLeftToRight.

See Also