Subject | Re: [IBO] Is Cells[i,j] the fastest way to access all data in an IB_Grid -> IB_Query? |
---|---|
Author | Raymond Kennington |
Post date | 2003-01-16T22:22:29Z |
Raymond Kennington wrote:
IB_Grid.GetCellDisplayText(FirstDataColumn + c, r)
to get the data and Cells[i,j] to store the data in StringGrid.
--
Raymond Kennington
Programming Solutions
W2W Team B
>Sorry. I'm using:
> In order to get all information in each cell of the IB_Grid I have used
> Cell[i,j].
>
> This is in order to print the grid contents.
>
> Is this the fastest way or is there a way to get all the data from each field of
> each record on the IB_Query?
> --
IB_Grid.GetCellDisplayText(FirstDataColumn + c, r)
to get the data and Cells[i,j] to store the data in StringGrid.
--
Raymond Kennington
Programming Solutions
W2W Team B