Internal Access

The *Internal special value for the Access parameter confers internal access on one or more declared programming elements. Internal elements are accessible from within the same project, but not from outside the project.

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

BEGCONSTRUCTOR

BEGFUNC

BEGPROP

BEGSR

DCLARRAY

DCLCONST

DCLDISKFILE

DCLEVENT

DCLFLD

DCLMEMORYFILE

See Also

Access Types

*Private

*Protected

*Public

Understanding Classes