Get() > Instance variables |
Character string holding the original value before editing started.
Data type: | C | Default: | "" |
Before a Get object starts editing a value, it creates a copy of the edited value and stores it in the instance variable :original in form of a character string. When the user has changed the edit buffer, the original value can be recalled with method :undo(). :original holds the original value only while the Get object has input focus.
http://www.xHarbour.com