Huge Grid Component?



Does anyone know of a Delphi grid that can be huge? I'm thinking 100
columns by 100,000 rows. I know that TStringGrid has the OnGetDisplayText
so you don't need to store the display text in the grid but it still has
problems when the area of the grid is cranked up. Are there any grids that
are particularly good when the dimensions grow large?

Thanks,

Steve Maughan


.



Relevant Pages

  • Re: Delphi program to interact with other application
    ... >>Hi J French, ... >>key press events on this rows. ... > That stuff does not look like a TStringGrid ... It is possible that the grid which I look is 3rd party component ...
    (comp.lang.pascal.delphi.misc)
  • TStringGrid question
    ... The help text for TStringGrid says; ... ability to associate an object with each string in the grid. ... I interpret this to mean that grid array elements can be associated ...
    (alt.comp.lang.borland-delphi)
  • Re: Need to know about TString Grid
    ... > There is a programer which is using TString Grid. ... "TStringGrid *" pointer it is easy to access the properties of the ... But what has ListView got to do with it? ...
    (comp.programming)
  • Re: Huge Grid Component?
    ... draw the cell value but this control don't store any values and can be used ... I know that TStringGrid has the OnGetDisplayText ... problems when the area of the grid is cranked up. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Delphi program to interact with other application
    ... > Thanks to reply, as you are told the grid is paint, But i have ... That stuff does not look like a TStringGrid ... and could not see any 'message based' ways of extracting ...
    (comp.lang.pascal.delphi.misc)