Page 1 of 1

Version 4: Problem in TXLSRows.AddIfNone

Posted: Mon Sep 08, 2008 9:05 am
by edi1980
In the object TXLSRows is present:

function AddIfNone(Row: integer): TXLSRow;

but this procedure does not work correctly.
If in the same loop i call AddIfNone (starting with empty rows) more
of 1 time I have an access violation.

With version 3 the function works correctly.