I was pondering that is there way to check from the component that the Owner (Form of container) is funny loaded and shown, in case of Form that OnShow is called.

I was pondering that is there way to check from the component that the Owner (Form of container) is funny loaded and shown, in case of Form that OnShow is called. 

I have situation where I would like to block certain events firing too early, so I would not need to add "tons" of code to the Event handler on the form, but encapsulate it at the Component level.

Comments