Thema: Delphi Minimize on close?

Einzelnen Beitrag anzeigen

r2c2

Registriert seit: 9. Mai 2005
Ort: Nordbaden
925 Beiträge
 
#3

Re: Minimize on close?

  Alt 5. Aug 2007, 14:14
Just a hint(it has nothing to do with your problem, but can cause problems either):
if rzcheckbox10.Checked=true then This =true thing can be problematic as described here: http://r2c2.weingut-rehn.de/content5..._Variablen.htm

I don't know, if you can spek German, so here in short:
- An bool variable is a bool expession itself. So it's not necessary to put ae =true there
- because of the different binary representations of bool vars, it can cause problems, when you use WinAPI functions or interact with other apps

//Edit:
Using delphi-tags makes it easier to read code... So just use those funny buttons in the posting-editor... thx

regards

Christian
Kaum macht man's richtig, schon klappts!
  Mit Zitat antworten Zitat