 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
fiaola Guest
|
Posted: Mon May 21, 2007 8:11 am Post subject: Use FKeys in Delphi application |
|
|
I'm trying to assign F Keys to use in my application. Example, if i press
F4, i want it to save a record.
Thanks. |
|
| Back to top |
|
 |
Sorin Guest
|
Posted: Mon May 21, 2007 8:11 am Post subject: Re: Use FKeys in Delphi application |
|
|
You can use the OnKeyDown event of the form
" if Key = VK_F4 then ...'
or using the actionlist component.
Add a new action set the ShortCut properties to a F keys and attach
the action to a component or a menu item.
Sorin
| Quote: | I'm trying to assign F Keys to use in my application. Example, if i press
F4, i want it to save a record.
Thanks.
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|