| View previous topic :: View next topic |
| Author |
Message |
Rodrigo Zabotto Guest
|
Posted: Mon Jun 26, 2006 6:14 pm Post subject: Ensurerange |
|
|
Hi everybody,
Is There an article or example that explain how to implement ensurerange
in Bold?
We found the IBoldListCore but We donīt know how to use it.
Thanks for help. |
|
| Back to top |
|
 |
Efim Mett Guest
|
Posted: Mon Jun 26, 2006 11:57 pm Post subject: Re: Ensurerange |
|
|
It is already implemented at TBoldList and TBoldObjectList. Do you want to
implement it at some other classes?
/Efim
"Rodrigo Zabotto" <rodrigo (AT) isiengenharia (DOT) com.br> schrieb im Newsbeitrag
news:449fdda4$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Hi everybody,
Is There an article or example that explain how to implement ensurerange
in Bold?
We found the IBoldListCore but We donīt know how to use it.
Thanks for help. |
|
|
| Back to top |
|
 |
Rodrigo Zabotto Guest
|
Posted: Thu Jul 06, 2006 3:03 am Post subject: Re: Ensurerange |
|
|
What I need is to show the data on a grid.
My grid has more or less 20 lines. My class has more or less 50.000
instances.
When I put Class.allinstances in a ListHandle it loads all the instances
on memory and my application go from 40 Mgb to 100 mgb on memory (each
class I read it improves memory)
I want it loading only the 20 lines shown on the grid and refreash it
all times I role the grid up or down.
Other problem. I have a class with more than 90000 instances.
When I do following :
class.allinstances->select(atribute = 0) : it runs ok
class.allinstances->select(atribute <> 0) : it runs ok
class.allinstances : it gives me an access violation.
Iīm using the RadStudio boldgridpro.
Any sugestion?
Thanks for help
Efim Mett wrote:
| Quote: | It is already implemented at TBoldList and TBoldObjectList. Do you want to
implement it at some other classes?
/Efim
"Rodrigo Zabotto" <rodrigo (AT) isiengenharia (DOT) com.br> schrieb im Newsbeitrag
news:449fdda4$1 (AT) newsgroups (DOT) borland.com...
Hi everybody,
Is There an article or example that explain how to implement ensurerange
in Bold?
We found the IBoldListCore but We donīt know how to use it.
Thanks for help.
|
|
|
| Back to top |
|
 |
|