On Thu, 07 May 2015 03:02:42 -0700
aradeonas <[email protected]> wrote:
> Thanks Michael.
>
> Is there a way so I can use class with no need of create and destroy?So
> in this way I can even make simple functions in my class.
Maybe you mean something like this:
TMyBaseRecord = object
s: string;
end;
TMyRecord = object(TMyBaseRecord)
ER: TMyBaseRecord;
end;
Mattias
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus