Hi, In the onKeyUp event of dxTextBox, I obtain the character code as follows: onKeyUp(e) { let charCode = (e.event.which) ? e.event.whi.
確定! 回上一頁