ToolsAPI.Editor.INTACodeEditorLineState Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
CodeRectpublicEditable area where the code text is displayed.
EditorLineNumpublicVisible line number which is always continuous. E.g. 1, 2, 3...
ElidedLineEndpublicLogical line range end enclosed in this Elided line.
ElidedLineStartpublicLogical line range start enclosed in this Elided line.
GutterLineDataRectpublicArea where line numbers, code folding, and other elements are displayed.
GutterRectpublicLeftmost part of the line where breakpoints are displayed.
LogicalLineNumpublicLine of code where the logical line number is displayed.
TextpublicArea where the text of this line is displayed.
VisibleTextpublicSub-string of the line that is visible onscreen.
VisibleTextRectpublicRect enclosing the visible text onscreen.
WholeRectpublicEntire line, left-right across the window, gutter, and code.