Subject Re: [IBO] Grid settings
Author Markus Ostenried
At 22:09 Sunday, 21.07.2002 +0000, you wrote:
>I would like a grid (TIB_Grid) with the next feature:
> - The selected line highlighted
set CurrentRowColor to what color you want

> - The selected cell highlighted and differs from the selected
> highlighted line
I don't know exactly but have a look at the help for the events OnDrawCell,
OnDrawFocusedCell and OnGetCellProps

> - You can navigate with the arrow keys, but
> - The Tab moves out from the Grid
set TabMovesOut := true;

HTH,
Markus