SQLiteRecordSet

Why is FieldCount a “property”, but “RecordCount” is a “method”

For Desktop I can kind of see why, as you have InsertRecord/Delete Record, but I am assuming that for iOS a Recordset is Readonly??

Actually on Desktop you can’t Insert using a recordset but you can edit/delete. And yes, on iOS the recordset is read only.

Seems to me that whether you call it a method or a property can be pretty loose at times in xojo. Is a computed property a property or a method? Why does it matter?

Doesn’t “matter” so much as I just noticed that they were considered two different types in the LangRef.