Page History
...
Member of Panel (PRIM_PANL)
Parameters
Name | Type | Data Type | Description |
|---|---|---|---|
KeyCode | *Input | Enumeration | The key that was pressed |
Char | *Both | Unicode String | Character that was pressed |
IsAltDown | *Input | Boolean | Is the Alt key down? |
IsControlDown | *Input | Boolean | Is the Ctrl key down? |
IsShiftDown | *Input | Boolean | Is the Shift key down? |
Handled | *Both | Boolean | Set to true to stop the event being propagated to the parent control |
...
Evtroutine Handling(#Panel.Enter)
* User processing here
Endroutine