Re: Delphi.NET
- From: Hans-Peter Diettrich <DrDiettrich1@xxxxxxx>
- Date: Thu, 28 Jun 2007 04:33:01 +0200
Jamie wrote:
Object type wasn't broken, people just didn't know how to use it.
Inherited dynamic elements are not properly initialized/finalized.
type
O1 = object
s1: string;
end;
O2 = object(O1)
s2: string;
end;
For an instance of O2, s2 is initialized and finalized, but not s1 nor any other inherited elements.
DoDi
.
- Follow-Ups:
- Re: Delphi.NET
- From: Jamie
- Re: Delphi.NET
- References:
- Delphi.NET
- From: Daniel Hobson
- Re: Delphi.NET
- From: Tom de Neef
- Re: Delphi.NET
- From: Daniel Hobson
- Re: Delphi.NET
- From: Hans-Peter Diettrich
- Re: Delphi.NET
- From: Rob Kennedy
- Re: Delphi.NET
- From: Hans-Peter Diettrich
- Re: Delphi.NET
- From: Jamie
- Delphi.NET
- Prev by Date: Re: TWebbrowser plugin support
- Next by Date: Re: Delphi.NET
- Previous by thread: Re: Delphi.NET
- Next by thread: Re: Delphi.NET
- Index(es):