Int
.
Name
|
Description
|
IM_NO_INSERT (0)
|
Inserting new items is disabled.
|
IM_NO_EMPTY_ITEM (1)
|
No empty item at the end of the sequence-editor is present. Thus, new items can be inserted only with
the Insert
key.
|
IM_IMM_ITEM (2)
|
Writing data to the empty item immediately inserts a new item into the sequence.
|
IM_CANDIDATE (3)
|
Writing data to the empty item creates a candidate item, which must be explicitly inserted to the sequence
after the values are entered. A candidate item can also be canceled without inserting any data.
|