You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Determines if reading order is right-to-left.

Usage

Set_Property(OLECtrlEntID, "OLE.RightToLeft", Boolean)

Values

[True | False]

Default: False

Remarks

The RightToLeft property enables or disables right-to-left reading order. By default, this is disabled, but you can set this property to 1 to meet the needs of your international users.

Example

 // Enable Right-to-Left reading order 
Set_Property(@Window:".OLE_DATEPICKER", "OLE.RightToLeft", 1
  • No labels