Subject Re: [IBO] Multi rows with IB_Grid
Author Andrew
On 01/26/2010 08:17 PM, Andrei Luís wrote
> Here what I did:
>
> Select the current row:
> CityQuery.Selected[CityQuery.RowNum] := true;
>
> Unselect the current row:
> CityQuery.Selected[CityQuery.RowNum] := false;
>
> Select all rows:
> CityQuery.SelectAll(true);
>
> Unselect all rows:
> CityQuery.SelectAll(false);
>
> I think all these are correct, right?
I've never actually tried to programaticly select rows so I can't say for sure but it looks good.

The TIB_Grid does multi select using the CTRL+click by default.




[Non-text portions of this message have been removed]