Do I have access to the “name” attribute of (for example) a Label?
I need to walk through the contents of a gridpanel and fetch the text value of a particular label. The best way (I thought) to identify the label would be through its name as there’s no other place that I can see to store an arbitrary value on a component (which is different to the text value).
Note the labels are being created in code, not in the designer.
If it is, is there any way around it? I must confess to not really understanding that other thread so I’m unsure how to apply it my situation, if it even applies.
Thanks, Ian
I thought I’d searched for other posts on this subject, but I clearly missed that one (even though seeing it now reminds me that I did indeed read it a while back whilst idly looking through the forum for nothing specific).