Keyword

Private


Description

Used to indicate the most restrictive scope for a members of classes and modules. Private members can only be accessed from within 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

Public, Protected keywords