Subject Re: [IBO] TIB_Grid.IncSearchText
Author Geoff Worboys
> I would like to clear IB_Grid.IncSearchText when I change
> OrderingLinks for related dataset (by clicking on grid's
> border). How can I do this? I can not directly assign
> IncSearchText to EmptyStr because it's read only property.

If you...

IB_Grid1.AllowIncSearh := false;
IB_Grid1.AllowIncSearh := true;

then the incsearch value and state will be cleared.


Geoff Worboys
Telesis Computing