Originally published at: Android Language Features – Xojo Programming Blog
Android has been updated to support several standard Xojo language features, including: Structures ByRef parameters Operator_Lookup Operator_Convert Structures Structures are a fixed-size data structure that can contain properties of simple types, such as Integer, String or Boolean. Normally you would only use Structures with Declare API calls, but they can also work as a lightweight,…
5 Likes