Whether to use unit namespaces
Source position: fpmkunit.pp line 1321
public property TCustomDefaults.Namespaces : Boolean |
Namespaces enables or disables the use of unit namespaces in the compilation process. When True, the compiler supports dotted unit names and namespace resolution.
Namespace support allows organizing units into logical groups and avoiding naming conflicts between units from different packages or libraries.