RightToLeft Property

Ignored unless you are running a Middle Eastern version of Microsoft Windows. Specifies the reading order of text in controls and the display of streaming output on forms. Available at design time; read/write at run time.

Object.RightToLeft[ = lExpression]

Property Values

  • lExpression
    The settings for the RightToLeft property are:
    Setting Description
    True (.T.) (Default) Text is entered and displayed in controls in a right to left reading order. Streaming output (for example, text displayed with ? or ??) is displayed on forms in a right-to-left reading order.
    False (.F.) Text is entered and displayed in controls in a left-to-right reading order. Streaming output is displayed on forms in a left-to-right reading order.

Remarks

Use the Alignment property to specify the orientation of text in check boxes and option buttons.

See Also

Alignment Property

Applies To: CheckBox | ComboBox | CommandButton | EditBox | Form | Grid | Label | ListBox | OptionButton | PageFrame | _SCREEN | Spinner | TextBox