PublicData property


Available for Module objects.

Read/Write at design time

Specifies whether all data and constants in a Module are Public to the whole project or just Private to the own Module. It can be one of the following values:

TRUE     All data and constants in the module are public (accessible) to any other object in the project (default).
FALSE   All data and constants in the module are private (only accessible) to the own module.