AdvRichEditor custom "wrap width"

Good afternoon to all,
in my project i have a panel with a tadvrichedit inside with it's toolbar.
The richedit has a wide area (it's alignt to alclient and cover more than 80 columns) but i need to wrap the edited text at 80th column (or at custom column).
There's a way to set this "custom column word wrap" and see it with a "vertical" dot line (like text editor).

Thank's for attention
Best regards
Daniele

You could add a TAdvRichEditorHorizontalRuler bound to the TAdvRichEditor and with TAdvRichEditorHorizontalRuler.RightIndent you could create this fixed place for text wrapping.