Declaration Contains a Reserved Word

From Xojo Documentation

Error message

You used a Var statement while declaring a property in the Add Property area. Var is used only for declaring local variables.

Examples

The Var keyword should be omitted this declaration:

Var TextHasChanged as Boolean

See Also

Var statement.