Re: D8.NET No Destroy Method ?!
From: Skybuck Flying (nospam_at_hotmail.com)
Date: 04/07/04
- Next message: Marc Rohloff: "Re: MSAccess Database"
- Previous message: Maarten Wiltink: "Re: Another shitty example of exceptions"
- In reply to: Skybuck Flying: "D8.NET No Destroy Method ?!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Marc Rohloff: "Re: MSAccess Database"
- Previous message: Maarten Wiltink: "Re: Another shitty example of exceptions"
- In reply to: Skybuck Flying: "D8.NET No Destroy Method ?!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]