TTaskList = class(TList);
  procedure SaveToFile(FileName: String);
end;

I want to add the SaveToFile proc to the functionality of TList, but I get
an error saying "IMPLEMENTATION expected but ; found"

I haven't had much experience with inheriting components.

--

Luke Pascoe

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

Reply via email to