2) Your for loop should probably run from 0 to Max -1.  I think this is
probably what is throwing your pointer error.  You're trying to assign an
Image to an element in the array with an index 1 greater than the size of
the array.

Yes, this was the problem. Everything's ok now :)


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to