Einzelnen Beitrag anzeigen

taaktaak

Registriert seit: 25. Okt 2007
Ort: Radbruch
1.990 Beiträge
 
Delphi 7 Professional
 
#12

Re: mit 1. Form auf 2. Form zugreifen

  Alt 18. Dez 2008, 19:58
Delphi-Quellcode:
private
  FIrgendwas : Integer;
public
  property Irgendwas : Integer read FIrgendwas write FIrgendwas;
end;

implementation

//..

FIrgendwas:=99;

//..
Nun kannst du im Form2 auf Form1.Irgendwas zugreifen!
Ralph
  Mit Zitat antworten Zitat