ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Various properties
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The RightToLeft property is used to get the actual writing direction on a control, column, window or report.
The writing direction can be modified by the TextDirection property. If the writing direction in the control is the same direction defined in the project options, the TextDirection property returns the tdDefault constant. In this case, the RightToLeft property is used to get the actual writing direction
This property applies to:
  • A report or the following report controls:
    • Static control,
    • Calculated control,
    • RTF text control,
    • Preset control,
    • Link and Edit control,
    • Chart control.
Example
Syntax

Finding out the writing direction actually used Hide the details

<Result> = <Element name>.RightToLeft
<Result>: Boolean
  • True if the actual writing direction goes from right to left,
  • False if the actual writing direction goes from left to right.
<Element name>: Name of the window, report or control
Name of the element whose writing direction is requested:
  • Name of the window,
  • Name of the window controls,
  • Name of the report,
  • Name of the report controls.
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/16/2023

Send a report | Local help