rvico TRichView Reference | TRichView

TCustomRichView.ClearRight

Top  Previous  Next

Specifies whether a text flow around right-aligned items should be cleared for the paragraph started from the Index-th item.

property ClearRight[Index: Integer]: Boolean

(Introduced in version 12)

Set ClearRight[ItemNo] to True if you want the ItemNo-th item to be placed below any right-aligned object.

This item must start a new paragraph (IsParaStart(ItemNo)) or a new line inside a paragraph (IsFromNewLine(ItemNo)), otherwise assignment will be ignored.

You need to reformat RichView after this assignment (using Format).

In editor you can change value of this property as an editing operation, using ClearTextFlow method.

See also:

ClearLeft,

PageBreaksBeforeItems,

TRVVAlign type (rvvaRight).


RichView © Sergey Tkachenko