I was expecting to get the name of each component on the form together with the text, instead the text works as expected, but the name always return "r".
for c in form.get_components():
print '%s %s %s %s' % (type(c).__name__, c, c.text, c.name)
Output:
Label <anvil.Label object> Downloaded to FPC: r
TextBox <anvil.TextBox object> r