Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TCustomDefaults.Namespaces

Whether to use unit namespaces

Declaration

Source position: fpmkunit.pp line 1321

public property TCustomDefaults.Namespaces : Boolean
  read FNamespaces
  write FNameSpaces;

Description

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.


Documentation generated on: Dec 15 2025