implementation ist ein Schlüsselwort, um in einer
Unit den Deklaratiosnteil vom Implementationsteil zu trennen. Diese Trennung gibt es in der Projekt-Datei nicht.
Und was den
interface-Abschnitt angeht, könnte man mal einen Blick in die Hilfe werfen:
Zitat:
The interface section of a
unit begins with the reserved word interface and continues until the beginning of the implementation section. The interface section declares constants, types, variables, procedures, and functions that are available to clients—that is, to other units or programs that use the
unit where they are declared.
Und diesen Abschniit gibt es in der Projekt-Datei eben nicht. Aber das hat nichts mit
VCL oder
nonVCL zu tun, das ist einfach nur die Delphi Language Syntax.