Multi-line Edit Box - SelectMultiLineText Method

SelectMultiLineText selects text over multiple lines

Member of Multi-line Edit Box (PRIM_MEMO)

Parameters

NameTypeData TypeDescription
StartLineNumber*InputIntegerFirst line of the selection
StartPosition*InputIntegerFirst character of the selection
EndLineNumber*InputIntegerLast line of the selection
EndPosition*InputIntegerLast character of the selection

Details

The SelectMultiLineText method selects text. This is the equivalent of using drag selecting with the mouse.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2