Feedback
Studio drops array property parentheses in member inspector
- Status
- Fixed
- Fixed in
- v26.5.7
- Source discussion
- https://forum.objo.dev/d/176-property-array-remove-characters
- Last updated
- 2026-05-29
Public summary
In Objo Studio, an array property declared as Property Hello() As Object could be shown in the member inspector and member tree as Hello, with no visible () array indicator. Editing or saving from that flattened UI path could rewrite the declaration without the array suffix, changing it to Property Hello As Object.
Expected behaviour: array properties continue to display and persist the trailing () in Studio's property UI.