This Global Variable has the Same Name as a Global Function

From Xojo Documentation

Error message

You reused the name of a method or function in a module as the name of a property in a module.


Examples

Defining "myMessageBox" as a method in a module and also defining "myMessageBox" as a property in the module.