Text.deleteText

Delete text from the widget.

class Text
deleteText
(
this T
)
(,,
int toLine
,
int toChar
)

Parameters

fromLine int

The line from which to start deleting. Indexes start at 1.

fromChar int

The character from which to start deleting. Indexes start at 0.

toLine int

The line up to (but not including) which to delete. Indexes start at 1.

toChar int

The character up to (but not including) which to delete. Indexes start at 0.

Return Value

Type: auto

This widget to aid method chaining.

Meta