Subject | Re: [IBO] Multi rows with IB_Grid |
---|---|
Author | Andrew |
Post date | 2010-01-27T03:46:53Z |
On 01/26/2010 08:17 PM, Andrei Luís wrote
The TIB_Grid does multi select using the CTRL+click by default.
[Non-text portions of this message have been removed]
> Here what I did:I've never actually tried to programaticly select rows so I can't say for sure but it looks good.
>
> 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?
The TIB_Grid does multi select using the CTRL+click by default.
[Non-text portions of this message have been removed]