<< Click to display table of contents >> TSRVLineNumberProperty |
TSRVLineNumberProperty is the class for TSRichViewEdit.LineNumberProperty property.
Unit SclRView.
Syntax
TSRVLineNumberProperty = class(TPersistent)
TObject
TPersistent
Line numbers are shown (both when displaying on the screen and when printing) if Visible=True.
Numbers are counted on each page from StartFrom. Every Step-th line number is shown. Other line numbers are not shown, or shown as ticks, depending Ticks property.
Line numbers are displayed to the left side of the main text area (or to the right side, if BiDiMode=rvbdRightToLeft). A distance from the main text area is defined in DistanceFromText.
The font is defined in Font.