TSRichViewEdit.OnParaStyleConversion

<< Click to display table of contents >>

TSRichViewEdit.OnParaStyleConversion

Occurs while executing ApplyParaStyleConversion method of RichViewEdit, RVHeader, RVFooter, or RVNote (these TRichViewEdit controls are specified in the Sender parameter)

property OnParaStyleConversion: TRVStyleConversionEvent;

This event allows you to create custom conversion procedure for styles of the selected paragraphs. This event is called for all selected items allowing to change their paragraph style.

It can be useful for implementing commands like "change paragraph alignment", "change paragraph indents", etc.

See the event of the same name in the TRichView help file (event of TCustomRichViewEdit).

See also:

OnStyleConversion