Member variable Get():typeOut Foundation

Indicates an attempt to move the cursor out of the editing buffer.

Attribute: EXPORTED, READONLY
Data type: Logical
Description

This instance variable contains a logical value. When a Get object has input focus, :typeOut is set to .T. (true) when the most recent edit method attempts to move the cursor past the end of the edit buffer. For example, this situation can occur when the user moves the cursor to the right most position of the edit buffer and either types another character or presses the right arrow key. In all other situations, :typeOut is set to .F. (false).

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.