Version 4: Problem in TXLSRows.AddIfNone

Questions and answers on how to use XLSReadWriteII 3/4/5.
Post Reply
edi1980
Posts: 2
Joined: Mon Sep 08, 2008 8:58 am

Version 4: Problem in TXLSRows.AddIfNone

Post 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.
Post Reply