Links
EControl Syntax Editor SDK
TLineNumbers.NumberingStyle Property

Specifies lines numeration style.

property NumberingStyle: TLineNumberingStyle;
Value 
Description 
lsDefault 
Line number is displayed only for each line. 
lsBDS 
Line numeration like in BDS.
Line number is displayed only for each 10th line and for current line. For lines with numbers xxx5 "-" is displayed. Other lines are displayed as "." (dot). 
lsEach5 
Line number is displayed only for each 5th line and for current line. Other lines have "." instead of number. 
lsOnlyCurent 
Line number is displayed only for current line. 
lsUser1, lsUser2, lsUser3 
Reserved. Default style is used. 
Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!