Get() > Instance variables |
Numeric code indicating how editing was terminated.
Data type: | N | Default: | GE_NOEXIT |
The instance variable :exitState contains a numeric value indicating how the editing process was terminated. #define constants are available in the file GETEXIT.CH that identify exit states.
Exit states of Get objects
Constant | Value | Description |
---|---|---|
GE_NOEXIT | 0 | No exit attempted |
GE_UP | 1 | Go to previous Get |
GE_DOWN | 2 | Go to next Get |
GE_TOP | 3 | Go to first Get |
GE_BOTTOM | 4 | Go to last Get |
GE_ENTER | 5 | Terminate editing of current Get and proceed with next |
GE_WRITE | 6 | Terminate editing of all Gets in GetList array (terminate READ command) |
GE_ESCAPE | 7 | Terminate editing of all Gets without saving data |
GE_WHEN | 8 | Pre-validation failed, don't give input focus |
GE_SHORTCUT | 9 | Accelerator key is pressed (see :caption) |
GE_MOUSEHIT | 10 | Another Get is clicked with the mouse |
http://www.xHarbour.com