RightToLeft

Description

The RightToLeft property is used to set controls to read right-to-left. This property is for use when you are developing an application for a language that has right-to-left reading order.

Applies to

Column

Syntax

PowerBuilder dot notation:

dw_control.Object.controlname.RightToLeft

Describe and Modify argument:

controlname.RightToLeft { = integer }”

Parameter

Description

controlname

The name of the control for which you want to get or set the right-to-left property.

integer

Whether the control is set to right-to-left:

  • 0 – (False) The control is not set to right-to-left

  • 1 – (True) The control is set to right-to-left

Usage


In the painter

Select the control and set the value in the Properties view, General tab.

Examples

Example 1

dw_1.Object.fname.RightToLeft=1