Hi

I need to insert a new row into a StringGrid.  (TStringGrid),

The grid will gladly create the new row (using a construct of Grid.RowCount := Grid.RowCount + 1 or using Grid.InsertColRow(false,1)). However, an access violation occurs immediately when trying to focus a cell within the new row.

What am I doing wrong?

Alex

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to