Feedback
Designer control names can save invalid ObjoBasic identifiers
- Status
- Fixed
- Fixed in
- v26.6.8
- Source discussion
- -
- Last updated
- 2026-06-30
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Designer control names entered in the Inspector can contain punctuation that is not valid in ObjoBasic identifiers. Because Studio generates backing properties for designer controls, a control name such as Distance/FindingsGroupBox causes analysis to fail with a parser error like Expected 'As' after property name. The Inspector should keep designer control names identifier-safe before they are saved or used for generated layout code.