SelectMultiLineText selects text over multiple lines
Member of Multi-line Edit Box (PRIM_MEMO)
Name | Type | Data Type | Description |
---|---|---|---|
StartLineNumber | *Input | Integer | First line of the selection |
StartPosition | *Input | Integer | First character of the selection |
EndLineNumber | *Input | Integer | Last line of the selection |
EndPosition | *Input | Integer | Last character of the selection |
The SelectMultiLineText method selects text. This is the equivalent of using drag selecting with the mouse.
Febuary 18 V14SP2