|
<< Index >> |
FutureBasic |
inkey | statement / function | |
|
key =
] ,
] ] [,
,
,
Parameters
Parameter | Description |
%(x,y) | When this optional parameter is used, the inkey panel is positioned at point x,y relative to the top-left corner of the app's front window content area (or screen if the app does not have any open windows). If this parameter isn't specified, the inkey panel is displayed in its default location. |
prompt | A CFString-based message, supplied by the programmer's code, guides the user's key entry. It appears adjacent and immediately to the left of a flashing underscore. |
characters | A CFString of characters.
This sets up formatting for the current and subsequent |
passFlag | A BOOL value to indicate whether to allow (pass) |
caseOption | Options:
|
See also
The CocoaUI header, Inkey.incl, for a list of ancillary functions.