G
Guest
Hi all,
I have a component (originally developed as a class) that handles the
processing of window docking. When implemented as a class, I simply passed
the form (which implements ContainerControl) into the constructor. I
expected that, in implementing a Component I would be able to determine the
form on which the component was added without having to have it passed in as
a parameter in the constructor (or as a writable property).
Have I missed something (probably!)? How would you go about determining the
form on which a component resides?
Regards,
RM
I have a component (originally developed as a class) that handles the
processing of window docking. When implemented as a class, I simply passed
the form (which implements ContainerControl) into the constructor. I
expected that, in implementing a Component I would be able to determine the
form on which the component was added without having to have it passed in as
a parameter in the constructor (or as a writable property).
Have I missed something (probably!)? How would you go about determining the
form on which a component resides?
Regards,
RM