Hello all.
Ever encountered anything like this and fixed it?
One non-visual component, a TComponent descendent, has an overriden Create
method in which inherited create is called and in which, directly after that,
a form is created. Like this:
inherited Create(AOwner);
frmMyForm := TfrmMyForm.Create(Self);
TfrmMyForm was designed earlier and has several components on it, among which
one particular visual component. The weird thing is that directly after the
code above this particular visual component does _not_ exist while it should
of course. Assigned(frmMyForm.ParticularVisualComponent1) returns false.
Any ideas?
Groeten, Martin.
--- FMail/Win32 1.22
---------------
* Origin: -=[ E-mail: m_maat@knoware.nl .......... ]=- (2:286/420.1)
|