your answer would be appreciated.
>with delphi 5, I am using a TStringGrid in my app.
>and I cannot find the way to assign titles to my columns and rows. What am I
>missing?
Your grid by default has one fixed row and one fixed column. When you
set the Cells property for the cells in that row or that column, the
become the captions. Or did I misunderstand your question?
Good luck.
Kurt
Following on from Kurt's reply, if you were expecting to find something like
the TDBGrid where you have a Column object and a Title property, then you are
in for a disappointment. The fixed rows/cols are addressed in the same way as
all the other cells in a StringGrid.
--
Regards,
Chris Luck.