MetaAttribute.IsRTL

Syntax

IsRTL: Boolean;

Description

The lsRTL property sets right to left text direction.

Comments

If this property is set to False (default), the attributes are shown from left to right (at the left edge), if it is set to True they are shown from right to left (at the right edge).

Example

The example of using the getAttribute method is given on the MetaAttribute.removeFromSelected page.

See also:

MetaAttribute