Needs to be virtual or/and abstract, depending of your intention.

type
   Txxx = class(TObject)
   private
     procedure Method_1(Value:Integer);  Virtual;  //Abstract;
   end;

--
Alexandre Leclerc

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to