Re: I have a problem: CodeGear := TCompany.Create;
- From: "M. Murat Dicle" <mdicle@xxxxxxxxx>
- Date: 29 Dec 2006 09:19:52 -0800
Uses Borland, Microsoft;
Type
TCodeGear = Class(TBorland)
.
.
IDE : TBorland.TIde;
.
.
end;
..
..
..
var
B: TBorland;
C: TComponent;
begin
B := B.Create(nil);
C := TCodeGear.Create(B);
C.IDE := B.IDE;
B.IDE := nil;
C.Owner := B; // maybe, it is not correct. Because, don't remember
Microsoft.
{
C.Owner := TMicrosoft(B); // is it correct?
- or -
C.Parent := B;
C.Owner := Microsoft;
}
..
..
end;
..
..
..
.
- Follow-Ups:
- Re: I have a problem: CodeGear := TCompany.Create;
- From: Youseful Support
- Re: I have a problem: CodeGear := TCompany.Create;
- Prev by Date: Re: website down?
- Next by Date: Re: Thanks to everybody for downloading DelphiComments - but spam blockers..
- Previous by thread: Re: The Question for 2007
- Next by thread: Re: I have a problem: CodeGear := TCompany.Create;
- Index(es):