Board index » delphi » F? Keys Help

F? Keys Help

I'm developing a program which has around 35 forms. There is a form
which I would like to call from any of my forms, by pressing F1. I know
I could activate theF1 key on each of my forms but, I believed there is
better way to do this..

Can someone give me an idea of how I can do that..

TIA

Charles Urbina

 

Re:F? Keys Help


perhaps you could look for the message that F1 has been pressed
in TApplication.

Hanz

--
becons...@aol.com
Charles Urbina schrieb in Nachricht
<34C22DE6.5538E...@solucionsoftwares.com>...

Quote
>I'm developing a program which has around 35 forms. There is a form
>which I would like to call from any of my forms, by pressing F1. I know
>I could activate theF1 key on each of my forms but, I believed there is
>better way to do this..

>Can someone give me an idea of how I can do that..

>TIA

>Charles Urbina

Other Threads