0

Exist any similar component to theme a stringrid like the ThemedDBGrid component compatible with delphi 5.

djot
  • 2,952
  • 4
  • 19
  • 28
Salvador
  • 16,132
  • 33
  • 143
  • 245

3 Answers3

0

TMSSoftware's Advanced String Grid is pretty popular:

http://www.tmssoftware.com/site/advgrid.asp

Darian Miller
  • 7,808
  • 3
  • 43
  • 62
0

You could also look at skinning components that skin the built in grid, such as: http://www.almdev.com/

Darian Miller
  • 7,808
  • 3
  • 43
  • 62
0

Surely you could take the source from ThemedDBGrid and re-work it for a stringgrid? Or you could use a DBGrid and wrap your strings up so that they can be accessed through a dataset.

David Heffernan
  • 601,492
  • 42
  • 1,072
  • 1,490