Skip to main content

TdxStatusBarPanel.UseRightToLeftReading Method

Specifies whether the text is supplied according to the right-to-left rule.

Declaration

function UseRightToLeftReading: Boolean;

Returns

Type
Boolean

Remarks

Call the UseRightToLeftReading method to determine whether the control requires right-to-left order of its characters. If so, you should apply the matching style when drawing texts and arranging the elements in the status bar.

See Also