ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Various properties
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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:
  • WINDEV A window or window fields (except: Indexed controls, Web camera controls, Splitter, Calendar and Agenda).
  • A report or the following report controls:
    • Static Text control,
    • Calculated control,
    • RTF text control,
    • Preset control,
    • Link and Edit control,
    • Chart control.
WEBDEV - Server codeiPhone/iPadIOS WidgetMac Catalyst Please note: This property is only available in states.
Example
WINDEV
// Le sens d'écriture de la colonne est le sens par défaut
TABLE_Table1.COL_Colonne2.SensEcriture = tdDefault
// Recherche du sens d'écriture par défaut
IF TABLE_Table1.COL_Colonne2.DroiteAGauche = True THEN
	SAI_Saisie1.SensEcriture = tdRightToLeft
END
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 you want to get:
  • Name of the window,
  • Name of the window controls,
  • Name of the report,
  • Name of the report controls.
WEBDEV - Server codeiPhone/iPadIOS WidgetMac Catalyst This parameter corresponds to the name of the report or the name of a report control.
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help