[Lazarus-es] formkeydown: numeros de teclado numérico

Martin Gomez mmgomez en gmail.com
Lun Sep 30 20:37:43 CEST 2013


​Paola, estos son los Key Codes para el pad numerico:

     VK_NUMPAD0 = 96;
     VK_NUMPAD1 = 97;
     VK_NUMPAD2 = 98;
     VK_NUMPAD3 = 99;
     VK_NUMPAD4 = 100;
     VK_NUMPAD5 = 101;
     VK_NUMPAD6 = 102;
     VK_NUMPAD7 = 103;
     VK_NUMPAD8 = 104;
     VK_NUMPAD9 = 105;
     VK_MULTIPLY = 106;
     VK_ADD = 107;
     VK_SEPARATOR = 108;
     VK_SUBTRACT = 109;
     VK_DECIMAL = 110;
     VK_DIVIDE = 111;

Están en defines.inc, en lcltype.pp, en keyboard.pp y en otros más, lo más
probable es que ya los tengas incluidos y solo tengas que usarlos en tu if.


-- 
Try not to become a man of success but rather to become a man of value. *Albert
Einstein*
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus-es/attachments/20130930/70af812b/attachment-0002.html>


More information about the Lazarus-es mailing list