Discussion:
SpeedButton
(too old to reply)
BJ
2007-09-28 23:14:38 UTC
Permalink
Hi,

Is there a way to execute a speedbutton if I want to press like
F12?
Remy Lebeau (TeamB)
2007-09-29 00:25:18 UTC
Permalink
Post by BJ
Is there a way to execute a speedbutton if I
want to press like F12?
Not directly, no. Like all of the F# keys, you have to catch F12
separately, such as in the TApplication::OnMessage event. To "execute" the
button, you would then call its Click() method.


Gambit

Loading...