Saltar para o conteúdo principal
Versão: v20 R3 BETA

On After Keystroke

CodePode ser chamado porDefinição
284D Write Pro area - Combo Box - Form - Input - List Box - List Box ColumnUm carácter está prestes a ser introduzido no objecto que tem o foco. Get edited text devolve o texto do objecto incluindo este carácter.
Histórico
VersãoMudanças
v18 R5- Support in non-enterable list boxes- The event is now triggered after IME validation

Descrição

The On After Keystroke event can generally be replaced by the On After Edit event (see below).

After the On Before Keystroke and On After Keystroke event properties are selected for an object, you can detect and handle the keystrokes within the object, using the FORM event command that will return On Before Keystroke and then On After Keystroke (for more information, please refer to the description of the Get edited text command).

These events are also activated by language commands that simulate a user action like POST KEY.

O evento On After Keystroke não é gerado:

  • in list box columns method except when a cell is being edited (however it is generated in any cases in the list box method),
  • when user modifications are not carried out using the keyboard (paste, drag-and-drop, checkbox, drop down list, combo box). To process these events, you must use On After Edit.

Sequência de teclas

When an entry requires a sequence of keystrokes, the On Before Keystroke and [On After Keystroke event] events are generated only when the entry is fully validaded by the user. The Keystroke command returns the validated character. Este caso ocorre principalmente:

  • when using "dead" keys such as ^ or ~: events are generated only when the extended character is eventuelly entered (e.g. "ê" or ñ),
  • when an IME (Input method editor) displays an intermediary dialog box where the user can enter a combination of characters: events are generated only when the IME dialog is validated.

Veja também

On Before Keystroke.