Skip to main content

TcxCustomRichEdit.Paragraph2 Property

Provides access to the paragraph formatting settings.

Declaration

property Paragraph2: TcxParaAttributes2 read;

Property Value

Type
TcxParaAttributes2

Remarks

The Paragraph2 is an extension of the paragraph formatting settings provided by the Paragraph property.

The extended settings include:

  • Table support (available with Rich Edit v4.1 – the rich edit’s Properties.RichEditClass property is recRichEdit41).

  • Character and paragraph formatting.

  • Bulleted and numbered lists.

Refer to the TcxParaAttributes2 description for details.

See Also