| View previous topic :: View next topic |
| Author |
Message |
Serkan Guest
|
Posted: Thu Dec 25, 2003 9:00 pm Post subject: string grid |
|
|
Hi
What is the max number of possible rows in a TStringGrid?
Thanks
|
|
| Back to top |
|
 |
Rodolfo Frino - Macrosoft Guest
|
Posted: Thu Dec 25, 2003 10:20 pm Post subject: Re: string grid |
|
|
TStringGrid is not suitable for more than 50,000 rows or so since it is
extremely slow.
TListView will be a better choice if you need to diaplay a large number of
rows and columns.
"Observation is the first step towards discovery" Rodolfo, 2003
"Serkan" <serkan (AT) insaat (DOT) org> wrote
| Quote: | Hi
What is the max number of possible rows in a TStringGrid?
Thanks
|
|
|
| Back to top |
|
 |
Serkan Guest
|
Posted: Thu Dec 25, 2003 11:07 pm Post subject: Thanks |
|
|
Thanks for your interest.
Serkan
|
|
| Back to top |
|
 |
|