Public Access

The *Public special value for the Access parameter confers public access on one or more declared programming elements. Public elements are accessible from anywhere within the same project, from other projects that reference the project, and from an assembly built from the project..

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

BEGCONSTRUCTOR

BEGFUNC

BEGPROP

BEGSR

DCLARRAY

DCLCONST

DCLDISKFILE

DCLEVENT

DCLFLD

DCLMEMORYFILE

See Also