Subject Re: [IBO] TIB_Grid captures F2 key
Author Geoff Worboys
> I have TIB_Grid working in readOnly mode.
> (TIB_Grid.NavigateOptions = []).
> The trouble is that TIB_Grid captures F2 key
> I want to be used as the hot key.
> Is there the way to force TIB_Grid ignore F2?

The easiest way to intercept keys for hot keys is to use Actions.
They get their keystrokes from the application loop.

If you are using an earlier version of Delphi without Actions then
use the TApplication or TForm OnShortCut events. Another easy way to
have a shortcut cut defined is to include some hidden menu items on
the application mainmenu (if you have one).

--
Geoff Worboys
Telesis Computing