List - Enter Event

Fired when the Enter key is pressed

Member of List (PRIM_LIST)

Parameters

NameTypeData TypeDescription
KeyCode*InputEnumerationThe key that was pressed
Char*BothUnicode StringCharacter that was pressed
IsAltDown*InputBooleanIs the Alt key down?
IsControlDown*InputBooleanIs the Ctrl key down?
IsShiftDown*InputBooleanIs the Shift key down?
Handled*BothBooleanSet to true to stop the key being processed automatically

Details

The Enter event is fired when the Enter key is pressed and the control has focus.
 
This is a simpler mechanism than using a KeyPress event or a default push button.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2