Gebt Ihr euren Units Scope Namen? Wann genau macht es denn Sinn? Die Namen von Units in einem Delphi Projekt müssen doch eindeutig sein wenn man mit embacadero Tools arbeitet?
Beispiel:
Zitat:
Syntax and Description
<unitscope>.<unitname>. ...
For example, the SysUtils
unit is now part of the System
unit scope, as follows:
System.SysUtils
Zitat:
Unit scope names are prefixes that are prepended to
unit names in the
VCL-FMX-
RTL libraries. That is, names of units, functions, classes, and members now have a
unit scope name prepended to the
unit name, as follows:
Zitat:
Important:
RAD Studio now supports a
unit scope name or prefix in addition to the namespace or
unit name. In order for a name to be considered fully qualified, the
unit scope name must be included. For more details, see
Unit Scope Names.
Hier wird erläutert wie man einen Scopenamen setzt.
http://docwiki.embarcadero.com/RADSt...Own_Components