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.
Column
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:
|
Select the control and set the value in the Properties view, General tab.
dw_1.Object.fname.RightToLeft=1