Board index » delphi » Newbie with StringGrid problem
aqu...@hookup.net (Liam Quinn)
![]() Delphi Developer |
Tue, 27 Jan 1998 03:00:00 GMT
Newbie with StringGrid problem
I really can't understand why I'm having such a stupid problem, but I
am. I am initializing my StringGrid through a nested for loop similar to the following (in the OnDrawCell event handler): for x := 0 to ColCount - 1 do For some reason, the loop finishes and the event handler begins Anyone know what I'm doing wrong? Liam Quinn |