Registriert seit: 1. Apr 2005
Ort: Bad Tölz
4.149 Beiträge
Delphi 2006 Professional
|
Re: Zugriff auf Variablen in anderer Unit
30. Sep 2005, 17: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
|