Re: D8.NET No Destroy Method ?!

From: Skybuck Flying (nospam_at_hotmail.com)
Date: 04/07/04


Date: Wed, 7 Apr 2004 13:50:36 +0200

Well maybe all the .NET examples just use .Free or something :)

At least destructors can still be made

destructor Tblabla.Destroy;
begin
    ...

    inherited Destroy;

end;

:)

Skybuck