I have a series of visual compound components that I\'m building, which use similar / common \"connect\" methods, which fire up there internal tables, etc.
I am aut
I think you want to check if the csDesigning flag is present in the component's ComponentState property:
csDesigning
ComponentState
if csDesigning in ComponentState then // designtime else // not designtime