Method Get():delete() Foundation

Deletes the character at the current cursor position.

Syntax
:delete() --> self
Return

:delete() returns a reference to the Get object.

Description

When a Get object has input focus the method :delete() deletes the character at the current cursor position in the edit buffer. The position of the cursor remains unchanged and all the characters to the right of the cursor are moved one character to the left.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.