Einzelnen Beitrag anzeigen

Benutzerbild von DGL-luke
DGL-luke

Registriert seit: 1. Apr 2005
Ort: Bad Tölz
4.149 Beiträge
 
Delphi 2006 Professional
 
#3

Re: Zugriff auf Variablen in anderer Unit

  Alt 30. Sep 2005, 16:15
Delphi-Quellcode:
unit unit1;

interface

type TMyType = {...};
Delphi-Quellcode:
unit unit2;

interface

uses unit1;

var x: TMyType;
Noch Fragen?
Lukas Erlacher
Suche Grafiktablett. Spenden/Gebrauchtangebote willkommen.
Gotteskrieger gesucht!
For it is the chief characteristic of the religion of science that it works. - Isaac Asimov, Foundation I, Buch 1
  Mit Zitat antworten Zitat