Method Get():backspace() Foundation

Deletes a character to the left of the cursor.

Syntax
:backspace() --> self
Return

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

Description

When a Get object has input focus, :backspace() deletes the character to the left of the current cursor position in the edit buffer and positions the cursor one character to the left. If the current cursor position is the first editable character, no deletion is performed and the cursor position is unchanged.

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.