Subject | Re: [IBO] tib_grid and function keys |
---|---|
Author | TeamIBO |
Post date | 2002-02-08T02:29:15Z |
> Thanks Geoff. I thought there might be an application event that IActually there is - I forgot about something I implemented in one of
> could intercept and I'll have to research actions.
my apps...
Application.OnShortCut
You may also need to override
function IsShortCut(var Msg: TWMKey): boolean; override;
on your mainform - which controls which keys are considered shortcuts.
hth
--
Geoff Worboys - TeamIBO
Telesis Computing