TPlusGutter.LineNumbers property
PlusMemo Help Send comments on this topic.
TPlusGutter.LineNumbers property

Glossary Item Box

 

Applies to

TPlusGutter component

 

Declaration

property LineNumbers: Boolean default True;

 

Description

This property controls whether the TPlusGutter displays line numbers..  Set it to True to have numbers displayed, False for no numbers.  In the latter case, bookmarks are still displayed for bookmarked lines.  The default value is True.

 

Note that property ParagraphNumbers) may override LineNumbers if set to True.  Also,  your application can override what TPlusGutter displays for each line by providing an OnDrawItem handler.