leave the ; off after class(TList)

Its like a begin end; type of thing.

Matt.
----- Original Message -----
From: "Luke Pascoe" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Wednesday, March 29, 2000 2:52 PM
Subject: [DUG]: Whats wrong here?


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

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

Reply via email to