Get() > Instance variables |
Indicates if the editing buffer should be cleared
Data type: | L | Default: | .F. |
The instance variable :clear contains .T. (true) when the Get object has input focus and the edit buffer of the object should be cleared with the next key stroke. This is the case when the first key press is numeric and the edited value is numeric, or when the picture function "@K" is used in the :picture string. In all other cases, :clear contains .F. (false).
http://www.xHarbour.com