Hello all,
I am attempting to create some CustomControls that only drop on a
TPanel. However, in order to do this, I need to check the
Parent.Classtype for a match to TPanel. I cannot get access to Parent
in the constructor and the loaded procedure doesn't get fired. I
cannot use AOwner in the constructor because it always references
Tform.
Has anyone done this before that can help?
Bill