|
|
|
|
|
RightToLeft (Property) In french: DroiteAGauche
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: A window or window fields (except: Indexed controls, Web camera controls, Splitter, Calendar and Agenda). - A report or the following fields of a report:
- Static control,
- Calculated control,
- RTF text control,
- Preset control,
- Link and Edit control,
- Chart control.
Syntax
Finding out the writing direction actually used Hide the details
<Result> = <Element name>.RightToLeft
<Result>: Boolean - True if the writing direction used is from right to left,
- False if the writing direction used is from left to right.
<Element name>: Name of the window, report or control Name of the element for which the effective writing direction is sought: - Name of the window,
- Name of the window controls,
- Name of the report,
- Name of the report controls.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|