Einzelnen Beitrag anzeigen

Benutzerbild von Luckie
Luckie

Registriert seit: 29. Mai 2002
37.621 Beiträge
 
Delphi 2006 Professional
 
#4

Re: Interface/Implementation in nonVCL?

  Alt 19. Okt 2004, 01:33
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.
Michael
Ein Teil meines Codes würde euch verunsichern.
  Mit Zitat antworten Zitat