Subject | Re: [IBO] TIB_Grid.IncSearchText |
---|---|
Author | Geoff Worboys |
Post date | 2001-11-10T00:34:25Z |
> I would like to clear IB_Grid.IncSearchText when I changeIf you...
> 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.
IB_Grid1.AllowIncSearh := false;
IB_Grid1.AllowIncSearh := true;
then the incsearch value and state will be cleared.
Geoff Worboys
Telesis Computing