Applies to
TPlusGutter component
Declaration
property ParagraphNumbers: Boolean default False;
Description
Use this property to specify if you want paragraph numbers to be displayed by TPlusGutter. If set to True and property PlusMemo is set to an instance of TPlusMemo, paragraph numbers will be displayed at the proper vertical level. Bookmark icons override those numbers wherever applicable.
This property overrides LineNumbers when set to True. Its default value is False.
Your application can override what TPlusGutter displays for each line by providing an OnDrawItem handler.