Re: Appending tlists



William wrote:
Is there a built in way in delphi to append two tlists together or do I have to write a function to do this?

Thanks
I don't think Tlist was meant to be a full blown managed Class of
that type. It's a basic skeleton type class that you can use with in
other classes or descend from it to make more advanced classes with.

In your case, creating a class that makes calls to a Tlist and adds
the functionality would be fitting, as with most of the VCL code that
uses the TLIST for various things.

--
"I'd rather have a bottle in front of me than a frontal lobotomy"

http://webpages.charter.net/jamie_5";

.