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

Project Types

All

Operating Systems

All

See also

Public, Protected keywords