[Lazarus] Where to place definition of a record?

Zaher Dirkey parmaja at gmail.com
Sun Jan 25 18:58:22 CET 2009


I like to have feature for inherit Object from a Class

type
 Tfoo = Class
    a : integer;
    procedure b;
 end;

Tfoo2 = Object(TFoo);

var
  foo: TFoo2;
begin
  foo.b;
end;



More information about the Lazarus mailing list