Label.text = ""

I do not understand why the labels of the fields no longer appear with the name in the compiled text … how to fix it?
It often happens even in programming and I don’t understand why

Not entirely sure what your question is, but label is the class and only implementations of it can set text. Eg label1.text = “”. Also label’s text value changed to “value” in a recent release. So label1.value = “” might be what you’re looking for.

Label.Value will appear in the AutoComplete.
Label.Text will not appear since the .Text property has been deprecated.