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
 
#64

Re: problem mit else nach end

  Alt 21. Feb 2008, 19:45
[OT]

[/OT]

Delphi-Quellcode:
procedure Irgendwas;
begin
  BlaBla;
  if IwantToEndTheProcedure then
    exit; // <-- procedure verlassen
  WirdNurAusgeführtWennNichtExitAufgerufenWurde; // d.h. IWantToEndTheProcedure = false
end;


Zitat:
Entschuldige - aber das kommt in meine FremdeCodeschnipsel.txt Wink
Da hab ich nochwas

Zitat:
Tim (03:14 PM) :
edit1.Caption := IntToStr(stelle1 +stelle2);
Neutral General (03:14 PM) :
ja
Tim (03:15 PM) :
da ist schienbar ein bug drinne
Neutral General (03:15 PM) :
Edit1.TEXT !!!
Neutral General (03:15 PM) :
-.-
Tim (03:15 PM) :
achso^^
Tim (03:15 PM) :
edit1.text.Caption
???
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