[All]
How do I make a TQuery not use memory as scrolls forward
Por: Quinn Wildman
Resumo: Setting Unidirectional property to true will resolve problem
|
Q. I notice that as I scroll my TQuery forward more and more memory is
used. How do I prevent this?
A. If your TQuery is forward only cursor, then setting unidirectional
to true will resolve the problem.
Note that any memory used by the TQuery is freed when the TQuery is
closed.
|
Connect with Us