RichEdit - paragraph numbering
Would like to know how to set the paragraph.numbering parameter by code from delphi.
RichEdit.paragraph.numbering := nsBullet
Error incompatible types TrxNumbering and TNumberingStyle
How do I set this?
RichEdit.paragraph.numbering := ?
RichEdit.paragraph.numbering := nsBullet
Error incompatible types TrxNumbering and TNumberingStyle
How do I set this?
RichEdit.paragraph.numbering := ?