I can’t find the “Value” property of “Control Name” in Xojo 2022R1.1
What control?
TextField? try .Text
why the 'value" property isn’t in the repertoire?
The API has been updates from V1.0 to V2.0 and with that the .Value
was replaced with .Text
Maybe try the Desktop Tutorial in the newer documentation:
https://documentation.xojo.com/getting_started/tutorials/desktop_tutorial.html
That should get you going in the right direction
Also check out the Xojo Programming Textbook:
The Textbook still mentions .Value, at least in some examples.