Private Access

The *Private special value for the Access parameter confers private access on one or more declared programming elements. Private elements are accessible only from within their declaration context, including from members of any nested types, for example from within a nested procedure or from an assignment expression in a nested enumeration.

The *Private access type is used in the following operation codes:

BEGCONSTRUCTOR

BEGFUNC

BEGPROP

BEGSR

DCLARRAY

DCLCONST

DCLDISKFILE

DCLEVENT

DCLFLD

DCLMEMORYFILE

See Also

Access Types

*Internal

*Protected

*Public

Understanding Classes