How to enable line numbering in SynEdit?

I recently downloaded SynEdit, and I'm wondering how to enable line numbering (e.g. in Lazarus)?
I did not find anything on the Internet.
Thanks in advance.

+5
source share
1 answer

Based on code found heretry using:

SynEdit1.Gutter.ShowLineNumbers := True;
+12
source

All Articles