Page 1 of 1

Using F1

Posted: Sun Oct 18, 2020 3:17 pm
by Enrico Maria Giordano
I need to use F1. How can I disable the help message that pops up when F1 is pressed?

EMG

Re: Using F1

Posted: Sun Oct 18, 2020 3:46 pm
by Antonio Linares
Dear Enrico,

a solution is to inherit a new class from TWindow and/or redefine the method HelpF1()

Re: Using F1

Posted: Sun Oct 18, 2020 4:44 pm
by Enrico Maria Giordano
Thank you.

EMG