Keyword

Public


Description

Used to indicate the most accessible scope for a members of classes and modules. Public members can 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.

Compatibility

All project types on all supported operating systems.

See also

Private, Protected keywords