Subject | Re: [IBO] ib_grid ondrawcell vs ongetcellprops |
---|---|
Author | Jason Wharton |
Post date | 2003-10-14T21:01:41Z |
> which is much faster to use? base from my experience, it seems thatIn either case, its a good idea to work with local TIB_Column references
>
> ongetcellprops is slow. So what I did to make it faster is instead
> of having the
>
> whole row changes its color I was limited to 1 or 2 so that it will
> not take much
>
> time painting the whole row.
>
> while the ondrawcell I haven't tested it yet.
that are assigned in the AfterPrepare event. I doubt the performance will
differ much otherwise.
Jason Wharton