Subject Re: [IBO] TIB_Grid and multiselect
Author Paul Vinkenoog
Er...

>> Is there a way to make the TIB_Grid hide the current record
>> selection when it's not focused?

> Set IndicateHighlight to false.

I think I misunderstood your question. Did you mean: make the
CurrentRowColor disappear? I think you'd have to write OnExit and
OnEntry handlers for the grid, both with a single line setting
CurrentRowColor to clWindow or Grid.Color upon Exit, and to your
chosen current-row-color upon Entry. You can point all your grids to
the same handlers.

Still, a property for this would be a lot more elegant.


Grtz,
Paul