Is there any property I can check to determine whether a control is currently loaded on a form?

I have a control array and if the particular control is already loaded I don't want to load it again. If it is not then I load the control and then set it's caption or text property.

Tesita