Function InputMode() Foundation
Determines active or last input mode.
InputMode( [<lActiveMode>] ; // Default: .F.
) --> nInputMode
Return values correspond to #define constants found in XBTDRV.CH
| Constant | Description |
|---|---|
| IMODE_NO | No input active |
| IMODE_WAIT | WAIT |
| IMODE_INPUT | ACCEPT, INPUT |
| IMODE_READ | READ, READ SAVE |
| IMODE_MEMOEDIT | MemoEdit() |
| IMODE_MENU | MENU TO |
| IMODE_INKEY | InkeyTrap() |
| IMODE_ACHOICE | Achoice() |
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.