|
Purpose |
Returns input characters from a field |
|
|
Syntax |
void pascal field_start(int mapnr,int fieldner, |
|
|
Parameters |
int mapnr |
Number of map |
|
|
int fieldnr |
Number of field |
|
|
int flags |
Determines how function is used; see below |
|
|
The parameter flags may take any of the following values: |
|
|
|
Value |
Meaning |
|
|
insert_mode |
This is used to toggle the cursor between overtype and insert mode shapes. Pass TRUE for the insert_mode caret and FALSE for the overtype caret |
|
|
row, column |
On return these may be filled in with the position of the caret in the field or with information indicating that another control has gained input focus. See Description below. |
|
Description |
The return value of the function field_char_get() is the character the user inputs, subject to the following exceptions:
|
|
|
See also |
||
|
Example |
See the example given under field_start() |
|