Line and Character Operations |
Classes |
| Class |
|
Description |
|
| |
| Line |
|
An instance of the Line class represents a single line in a Text Control document.
|
| LineCollection |
|
An instance of the LineCollection class contains all text lines in a Text Control document or part
of the document represented through objects of the type Line.
|
| TextChar |
|
An instance of the TextChar class represents a single character in a Text Control document.
|
| TextCharCollection |
|
An instance of the TextCharCollection class contains all characters in a Text Control document or part
of the document represented through objects of the type TextChar.
|
Properties |
| Property |
|
Description |
|
| |
| ServerTextControl.Lines |
|
Gets a collection of all lines in the current document.
|
| ServerTextControl.TextChars |
|
Gets a collection of all characters in the current document.
|
| TextControl.Lines |
|
Gets a collection of all lines in the current document.
|
| TextControl.TextChars |
|
Gets a collection of all characters in the current document.
|