Unit scope names

Top  Previous  Next

User interface > Translation options > Input options > Unit scope names

 

A list of unit scope names, which help to find used file, can be entered in the following dialog, which can be opened at the Input-Options.

 

 

UnitScopeNames

 

 

 

These identifiers are prefixes in dotted unit names. E.g. System is the prefix of the unit System.Classes whose file is System.Classes.pas. If a unit uses a file it suffices to indicate the name without the prefix, if the prefix is in the list of Unit scope names. At the example above:

 

 

uses Classes;

 

instead of

 

uses System.Classes;

 

 

So, if System is in the list of unit scope names, Delphi2Cpp II nevertheless will lookup the file System.Classes.pas.

 

 

 

 



This page belongs to the DelphiXE2Cpp11 Documentation

DelphiXE2Cpp11 home  Content