> What about TList of Objects ???
> I find the TList easy, flexible and useful...

In D4 at least the TList is actually just a dynamic array implemented
without the assistance of the Delphi construct but instead using a pointer
to a block of memory.  The issues of performance for inserts, deletes
and incremental growth exist as much for TList as for arrays and in return
you lose type-safety.

--
Aaron Scott-Boddendijk
Jump Productions
(07) 838-3371 Voice
(07) 838-3372 Fax


---------------------------------------------------------------------------
    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"

Reply via email to