Glossaria.net

Glossary Visual Basic / Term

Public

Public

Variables declared using the Public statement are visible to all procedures in all modules in all applications unless Option Private Module is in effect. In that case, the variables are public only within the project in which they reside.

Permanent link Public - Creation date 2020-06-07


< pseudo index Glossary / Visual Basic query >