TCustomRichView.WordWrap

<< Click to display table of contents >>

TCustomRichView.WordWrap

Allows to disable word wrapping.

property WordWrap: Boolean;

(introduced in version 10)

If True, documents are formatted normally.

If False, all word wrapping is disabled. Unlike rvpaoNoWrap option of paragraph style, this property should be considered as a control (view) property, not as a document property. It is not stored in RVF.

Default value:

True