How can my TControl
descendant get notified when its Parent Form in Showing i.e. the Parent Form DoShow
method is called?
Is there a message being broadcast to the children (and children or children) when that occurs?
In my specific case, it is a TCustomControl
(not TGraphicsControl
). so maybe it will be easier?
Thanks.