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.


REMARKS: This property is only useful for the Masm version of Easy Code and it has no effect for the GoAsm version of the IDE.