Subject Re: [IBO] TIB_Grid + Grid Sizer Component
Author Jason Wharton
> We have been using TDBGrid in the past and have upgraded to TIB_Grid
because
> we need to use the incremental search feature.
>
> I was wondering if the incremental search feature could be used with
> TDBGrid? If not has anyone used a component which will size a TIB_Grid if
> the form size increases/decreases?
>
> The component which we were using only works with TDBGrid.

I'm sure it would be possible to get incremental searching working for
TDBGrid.

Someone could write a grid sub-class and hook it into the TIBODataset
incremental searching methods similar to how I've done it with TIB_Grid.

I'll have to make sure the incremental searching methods have been properly
surfaced in the TIBODataset class too.

Regards,
Jason Wharton