how can i get a parent of control?
yea?i may getcontrols() from all forms and panels and find.but it is very slow!
i think it is real with door lib.i'm find it in msdn Control.Parent - ???????? (System.Windows.Forms)
and try doorobj.getproperty("Parent") but it return empry string
This should work with a Basic4ppc Form and Panel but not with a FormEx. It returns the internal module and control name where the "." is replaced by an underscore and is prefixed by one (IDE/legacy compiled) or two (optimised compiled) underscores.
I cannot as a library control does not know its Basic4ppc name. However every control has a Tag property for programmer use so you could set all the Panel and Forms and FormEx Tag properties to their Basic4ppc names and use that to identify the parent.