Component's type and numbers at runtime
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.
Meaning : How to use its properties
Eg. I have a label named label1 with a caption 'USA'. Now at runtime I want to know its caption by writing label.caption. Here caption is the property of the label component.
Thanks for the reply I am testing it and will reply u after 12 hrs