selected

Description

Indicates the user has entered data in the field rather than cursored past it

Syntax

int selected;

Remarks

The selected variable is used in data entry forms to indicate that the user has entered data in a field or has pressed <Enter> and has not cursored past the field. (Also useful in pick_record() function where there is a mouse and mnemonics menu.)