I have a form with labels, lines, rectangles and images. Total forms aggregates to about 30, with different designs. Now I want know at run time the type and no. of components (lines, labels etc) on a particular form at run time. Please tell me how to know that and how to use its properties. I believe there some collection to do so. Please help.

Eg. A form has label with a caption "SUSI". At run time I want to know that there is a label on my form and I would like to use its properties like top, left, caption etc.