How do I write a library function which returns a TStringList object?

To be used like:

function MyFunction(a, b, c: String): TStringlist;
begin
...

...
StringList.AddStrings(MyFunction(a, b, c));
...

--

Luke Pascoe
Programming
Ihug
[EMAIL PROTECTED]
0800 GET IHUG ext.9764

"Get 'em by the balls and their hearts and minds will follow."
--


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to