Public

From Xojo Documentation

Language Keyword

Used to indicate the most accessible scope for a members of classes and modules. Public members can only be accessed from outside the class or module.

Notes

You do not directly use this keyword in your Xojo code. You set scope in the Inspector for the item.

See Also

Private, Protected keywords