Post by BJIs 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