Is there any way to trap the F10 key press in a window.
All the other F1 to F12 keys you can trap in tWindow:bKeydown, but not the F10 which seems to be reserved
Can anyone assist ?
Peter
Is there any way to trap the F10 key press in a window.
All the other F1 to F12 keys you can trap in tWindow:bKeydown, but not the F10 which seems to be reserved
Can anyone assist ?
Yes, F10 is reserved. Even if you could trap it, I wouldn't since users expect it to work the same way in all Windows applications.
James