Registriert seit: 14. Feb 2007
6 Beiträge
Delphi 7 Enterprise
|
if then
21. Feb 2007, 15:21
was ist da falsch?
Delphi-Quellcode:
procedure TForm1.FormCreate(Sender: TObject);
begin
if button1.Click then begin label1.Caption := 'asd';
end;
end;
thx
[edit=SirThornberry]Delphi-Tags gesetzt - Mfg, SirThornberry[/edit]
nur weil du nicht paranoid bist, heisst das noch lange nicht. dass sie nicht hinter dir her sind....
|