Search found 1 match
- Sun Mar 19, 2023 11:37 pm
- Forum: Support
- Topic: CTRL+I - what's it doing?
- Replies: 4
- Views: 9838
Re: CTRL+I - what's it doing?
I recently discovered this problem as well after recently moving my code to Delphi 11.3 from 10.2. What I ended up doing was capturing the key and dispatching to the action in the onkeydown event, and also the keypress event for ^I on the edit as it was echoing a tab as well. procedure ...