retrieve labelnames on a form

Scubaticus

Active Member
Licensed User
Is there a way to retrieve all the label names defined on a specific form?

Scub
 

RandomCoder

Well-Known Member
Licensed User
Longtime User
I'm not aware of a way of doing this and don't think that it is possible.
Your best option would probably be to store the names of all the Labels on the Form.
This could be done as they are created by using an ArrayList, that's presuming that the labels are being placed during run-time.

Regards,
RandomCoder
 
Top