Thema: Delphi EAccess Violation Fehler

Einzelnen Beitrag anzeigen

Benutzerbild von Neutral General
Neutral General

Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
 
Delphi 10.2 Tokyo Professional
 
#8

Re: EAccess Violation Fehler

  Alt 29. Dez 2004, 18:51
Zitat von Grolle:
Code:
procedure TForm4.Button1Click(Sender: TObject);
var e1, e2, e3, e4, e5, e6, e7, e8, e9 : string;
begin
  e1 := Edit2.Text;
  e2 := Edit9.Text;
  e3 := Edit3.Text;
  e4 := Edit4.Text;
  e5 := Edit5.Text;
  e6 := Edit1.Text;
  e7 := Edit6.Text;
  e8 := Edit7.Text;
  e9 := Edit8.Text;
  begin // was solln das begin hier ?             
    Form2.SynEdit1.SelText := 'Text...';
  end; // und das end; ?

end;
Wofür sind denn das begin und das end; vor und nach Form2.SynEdit1.SelText := 'Text...'; ?
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."
  Mit Zitat antworten Zitat