LineEdit.deleteText

Deletes a section of the text going from position from_column to to_column. Both parameters should be within the text's length.

struct LineEdit
@nogc nothrow
void
deleteText
(
in long from_column
,
in long to_column
)

Meta