Skip to main content

TdxCustomRichEditControl.CalculateHorizontalRulerVisibility Method

Returns a value indicating whether the horizontal ruler is displayed the Rich Edit control.

Declaration

function CalculateHorizontalRulerVisibility: Boolean; virtual;

Returns

Type
Boolean

Remarks

The CalculateHorizontalRulerVisibility function supports the internal infrastructure and is not intended to be used directly from your code.

In order to change the horizontal ruler visibility, use the Options.HorizontalRuler.Visibility property instead.

See Also