Subject Re: [IBO] Disable multiselect?
Author Salvatore Besso
hello Lucas,

yup, but setting IndicateSelected to False doesn't prevent the Selected[ARow]
property of the query to become True, or am I wrong? The visual appearance of
selected rows is handled by the TIB_Grid, but the selected state is handled by
the TIB_Query, correct?

Now I'm wondering if it could be dangerous to have dangling selected statuses in
the dataset without knowing about it :-) That's the reason why I'd prefer to
disable the mechanism at a query level.

Regards
Salvatore